aws-cdk-lib.aws_iottwinmaker.CfnEntity.PropertyGroupProperty

interface PropertyGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTTwinMaker.CfnEntity.PropertyGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnEntity_PropertyGroupProperty
Javasoftware.amazon.awscdk.services.iottwinmaker.CfnEntity.PropertyGroupProperty
Pythonaws_cdk.aws_iottwinmaker.CfnEntity.PropertyGroupProperty
TypeScript aws-cdk-lib » aws_iottwinmaker » CfnEntity » 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 { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const propertyGroupProperty: iottwinmaker.CfnEntity.PropertyGroupProperty = {
  groupType: 'groupType',
  propertyNames: ['propertyNames'],
};

Properties

NameTypeDescription
groupType?stringThe group type.
propertyNames?string[]The property names.

groupType?

Type: string (optional)

The group type.


propertyNames?

Type: string[] (optional)

The property names.