interface ParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.CfnStackSet.ParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#CfnStackSet_ParameterProperty |
![]() | software.amazon.awscdk.services.cloudformation.CfnStackSet.ParameterProperty |
![]() | aws_cdk.aws_cloudformation.CfnStackSet.ParameterProperty |
![]() | aws-cdk-lib » aws_cloudformation » CfnStackSet » ParameterProperty |
The Parameter data type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const parameterProperty: cloudformation.CfnStackSet.ParameterProperty = {
parameterKey: 'parameterKey',
parameterValue: 'parameterValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | The key associated with the parameter. |
parameter | string | The input value associated with the parameter. |
parameterKey
Type:
string
The key associated with the parameter.
If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.
parameterValue
Type:
string
The input value associated with the parameter.