interface AccessGrantsInstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.AccessGrantsInstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#AccessGrantsInstanceReference |
![]() | software.amazon.awscdk.services.s3.AccessGrantsInstanceReference |
![]() | aws_cdk.aws_s3.AccessGrantsInstanceReference |
![]() | aws-cdk-lib » aws_s3 » AccessGrantsInstanceReference |
A reference to a AccessGrantsInstance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const accessGrantsInstanceReference: s3.AccessGrantsInstanceReference = {
accessGrantsInstanceArn: 'accessGrantsInstanceArn',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The AccessGrantsInstanceArn of the AccessGrantsInstance resource. |
accessGrantsInstanceArn
Type:
string
The AccessGrantsInstanceArn of the AccessGrantsInstance resource.