interface PropertyGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTTwinMaker.Mixins.CfnEntityPropsMixin.PropertyGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiottwinmaker/mixins#CfnEntityPropsMixin_PropertyGroupProperty |
Java | software.amazon.awscdk.mixins.preview.services.iottwinmaker.mixins.CfnEntityPropsMixin.PropertyGroupProperty |
Python | aws_cdk.mixins_preview.aws_iottwinmaker.mixins.CfnEntityPropsMixin.PropertyGroupProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iottwinmaker » mixins » CfnEntityPropsMixin » 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 { mixins as iottwinmaker_mixins } from '@aws-cdk/mixins-preview/aws-iottwinmaker';
const propertyGroupProperty: iottwinmaker_mixins.CfnEntityPropsMixin.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.

.NET
Go
Java
Python
TypeScript