interface ACLReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MemoryDB.ACLReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmemorydb#ACLReference |
![]() | software.amazon.awscdk.services.memorydb.ACLReference |
![]() | aws_cdk.aws_memorydb.ACLReference |
![]() | aws-cdk-lib » aws_memorydb » ACLReference |
A reference to a ACL resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_memorydb as memorydb } from 'aws-cdk-lib';
const aCLReference: memorydb.ACLReference = {
aclArn: 'aclArn',
aclName: 'aclName',
};
Properties
Name | Type | Description |
---|---|---|
acl | string | The ARN of the ACL resource. |
acl | string | The ACLName of the ACL resource. |
aclArn
Type:
string
The ARN of the ACL resource.
aclName
Type:
string
The ACLName of the ACL resource.