interface GroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Greengrass.GroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#GroupReference |
![]() | software.amazon.awscdk.services.greengrass.GroupReference |
![]() | aws_cdk.aws_greengrass.GroupReference |
![]() | aws-cdk-lib » aws_greengrass » GroupReference |
A reference to a Group resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrass as greengrass } from 'aws-cdk-lib';
const groupReference: greengrass.GroupReference = {
groupArn: 'groupArn',
groupId: 'groupId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The ARN of the Group resource. |
group | string | The Id of the Group resource. |
groupArn
Type:
string
The ARN of the Group resource.
groupId
Type:
string
The Id of the Group resource.