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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.PropertyGroupPropertystatic final classAn 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.- See Also:
-
getPropertyMap
Describes the value of an application execution property key-value pair.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
builder
-