interface ParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnStackSet.ParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#CfnStackSet_ParameterProperty |
![]() | software.amazon.awscdk.CfnStackSet.ParameterProperty |
![]() | aws_cdk.CfnStackSet.ParameterProperty |
![]() | aws-cdk-lib » 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 * as cdk from 'aws-cdk-lib';
const parameterProperty: cdk.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.