Interface CfnStackSet.ParameterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStackSet.ParameterProperty.Jsii$Proxy
Enclosing class:
CfnStackSet

@Stability(Stable) public static interface CfnStackSet.ParameterProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.cloudformation.*;
 ParameterProperty parameterProperty = ParameterProperty.builder()
         .parameterKey("parameterKey")
         .parameterValue("parameterValue")
         .build();
 

See Also: