@Stability(value=Stable)
public static interface CfnApplication.EnvironmentPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
EnvironmentPropertiesProperty environmentPropertiesProperty = EnvironmentPropertiesProperty.builder()
.propertyGroups(List.of(PropertyGroupProperty.builder()
.propertyGroupId("propertyGroupId")
.propertyMap(Map.of(
"propertyMapKey", "propertyMap"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.EnvironmentPropertiesProperty.Builder
A builder for
CfnApplication.EnvironmentPropertiesProperty |
static class |
CfnApplication.EnvironmentPropertiesProperty.Jsii$Proxy
An implementation for
CfnApplication.EnvironmentPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.EnvironmentPropertiesProperty.Builder |
builder() |
default Object |
getPropertyGroups()
Describes the execution property groups.
|
@Stability(value=Stable) @Nullable default Object getPropertyGroups()
@Stability(value=Stable) static CfnApplication.EnvironmentPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.