interface AccessGrantsLocationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.AccessGrantsLocationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#AccessGrantsLocationReference |
![]() | software.amazon.awscdk.services.s3.AccessGrantsLocationReference |
![]() | aws_cdk.aws_s3.AccessGrantsLocationReference |
![]() | aws-cdk-lib » aws_s3 » AccessGrantsLocationReference |
A reference to a AccessGrantsLocation 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 accessGrantsLocationReference: s3.AccessGrantsLocationReference = {
accessGrantsLocationArn: 'accessGrantsLocationArn',
accessGrantsLocationId: 'accessGrantsLocationId',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The ARN of the AccessGrantsLocation resource. |
access | string | The AccessGrantsLocationId of the AccessGrantsLocation resource. |
accessGrantsLocationArn
Type:
string
The ARN of the AccessGrantsLocation resource.
accessGrantsLocationId
Type:
string
The AccessGrantsLocationId of the AccessGrantsLocation resource.