interface PropertyGroupProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.CfnComponentType.PropertyGroupProperty |
![]() | software.amazon.awscdk.services.iottwinmaker.CfnComponentType.PropertyGroupProperty |
![]() | aws_cdk.aws_iottwinmaker.CfnComponentType.PropertyGroupProperty |
![]() | @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.