Interface CfnApplicationV2.EnvironmentPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationV2.EnvironmentPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationV2
@Stability(Stable)
public static interface CfnApplicationV2.EnvironmentPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Describes execution properties for a Flink-based Kinesis Data Analytics 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.*; EnvironmentPropertiesProperty environmentPropertiesProperty = EnvironmentPropertiesProperty.builder() .propertyGroups(List.of(PropertyGroupProperty.builder() .propertyGroupId("propertyGroupId") .propertyMap(Map.of( "propertyMapKey", "propertyMap")) .build())) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationV2.EnvironmentPropertiesProperty
static final class
An implementation forCfnApplicationV2.EnvironmentPropertiesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPropertyGroups
Describes the execution property groups. -
builder
-