Interface CfnApplicationV2.PropertyGroupProperty

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

@Stability(Stable) public static interface CfnApplicationV2.PropertyGroupProperty extends software.amazon.jsii.JsiiSerializable
Property key-value pairs passed into an application.

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.kinesisanalytics.*;
 PropertyGroupProperty propertyGroupProperty = PropertyGroupProperty.builder()
         .propertyGroupId("propertyGroupId")
         .propertyMap(Map.of(
                 "propertyMapKey", "propertyMap"))
         .build();
 

See Also: