@Stability(value=Stable)
public static interface CfnApplication.PropertyGroupProperty
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.*;
PropertyGroupProperty propertyGroupProperty = PropertyGroupProperty.builder()
.propertyGroupId("propertyGroupId")
.propertyMap(Map.of(
"propertyMapKey", "propertyMap"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.PropertyGroupProperty.Builder
A builder for
CfnApplication.PropertyGroupProperty |
static class |
CfnApplication.PropertyGroupProperty.Jsii$Proxy
An implementation for
CfnApplication.PropertyGroupProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.PropertyGroupProperty.Builder |
builder() |
default String |
getPropertyGroupId()
Describes the key of an application execution property key-value pair.
|
default Object |
getPropertyMap()
Describes the value of an application execution property key-value pair.
|
@Stability(value=Stable) @Nullable default String getPropertyGroupId()
@Stability(value=Stable) @Nullable default Object getPropertyMap()
@Stability(value=Stable) static CfnApplication.PropertyGroupProperty.Builder builder()
Copyright © 2022. All rights reserved.