interface GreengrassProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnGatewayPropsMixin.GreengrassProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnGatewayPropsMixin_GreengrassProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnGatewayPropsMixin.GreengrassProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnGatewayPropsMixin.GreengrassProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » CfnGatewayPropsMixin » GreengrassProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from '@aws-cdk/cfn-property-mixins';
const greengrassProperty: iotsitewise.CfnGatewayPropsMixin.GreengrassProperty = {
groupArn: 'groupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string |
groupArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript