Interface CfnApplication.PropertyGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.PropertyGroupProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*; PropertyGroupProperty propertyGroupProperty = PropertyGroupProperty.builder() .propertyGroupId("propertyGroupId") .propertyMap(Map.of( "propertyMapKey", "propertyMap")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.PropertyGroupProperty
static final class
An implementation forCfnApplication.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. -
getPropertyMap
Describes the value of an application execution property key-value pair. -
builder
-