interface PropertyGroupProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTTwinMaker.CfnComponentType.PropertyGroupProperty | 
|  Java | software.amazon.awscdk.services.iottwinmaker.CfnComponentType.PropertyGroupProperty | 
|  Python | aws_cdk.aws_iottwinmaker.CfnComponentType.PropertyGroupProperty | 
|  TypeScript | @aws-cdk/aws-iottwinmaker»CfnComponentType»PropertyGroupProperty | 
The property group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iottwinmaker from '@aws-cdk/aws-iottwinmaker';
const propertyGroupProperty: iottwinmaker.CfnComponentType.PropertyGroupProperty = {
  groupType: 'groupType',
  propertyNames: ['propertyNames'],
};
Properties
| Name | Type | Description | 
|---|---|---|
| group | string | The group type. | 
| property | string[] | The property names. | 
groupType?
Type:
string
(optional)
The group type.
propertyNames?
Type:
string[]
(optional)
The property names.
