Interface CfnComponentType.PropertyGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.PropertyGroupProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnComponentType.PropertyGroupProperty
static final class
An implementation forCfnComponentType.PropertyGroupProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupType
The group type.- See Also:
-
getPropertyNames
The property names.- See Also:
-
builder
-