interface GroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IdentityStore.GroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsidentitystore#GroupReference |
![]() | software.amazon.awscdk.services.identitystore.GroupReference |
![]() | aws_cdk.aws_identitystore.GroupReference |
![]() | aws-cdk-lib » aws_identitystore » 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_identitystore as identitystore } from 'aws-cdk-lib';
const groupReference: identitystore.GroupReference = {
groupId: 'groupId',
identityStoreId: 'identityStoreId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The GroupId of the Group resource. |
identity | string | The IdentityStoreId of the Group resource. |
groupId
Type:
string
The GroupId of the Group resource.
identityStoreId
Type:
string
The IdentityStoreId of the Group resource.