Interface CfnEntity.PropertyGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEntity.PropertyGroupProperty.Jsii$Proxy
- Enclosing class:
CfnEntity
@Stability(Stable)
public static interface CfnEntity.PropertyGroupProperty
extends software.amazon.jsii.JsiiSerializable
The property group.
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.iottwinmaker.*; PropertyGroupProperty propertyGroupProperty = PropertyGroupProperty.builder() .groupType("groupType") .propertyNames(List.of("propertyNames")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEntity.PropertyGroupProperty
static final class
An implementation forCfnEntity.PropertyGroupProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupType
The group type. -
getPropertyNames
The property names. -
builder
-