aws-cdk-lib.aws_iottwinmaker.CfnComponentType.PropertyGroupProperty

interface PropertyGroupProperty

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