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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationV2.PropertyGroupProperty
static final class
An implementation forCfnApplicationV2.PropertyGroupProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPropertyGroupId
Describes the key of an application execution property key-value pair.- See Also:
-
getPropertyMap
Describes the value of an application execution property key-value pair.- See Also:
-
builder
-