aws-cdk-lib.CfnStackSet.ParameterProperty

interface ParameterProperty

LanguageType name
.NETAmazon.CDK.CfnStackSet.ParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2#CfnStackSet_ParameterProperty
Javasoftware.amazon.awscdk.CfnStackSet.ParameterProperty
Pythonaws_cdk.CfnStackSet.ParameterProperty
TypeScript 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

NameTypeDescription
parameterKeystringThe key associated with the parameter.
parameterValuestringThe 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, AWS CloudFormation uses the default value that's specified in your template.


parameterValue

Type: string

The input value associated with the parameter.