interface AccessGrantsLocationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3.AccessGrantsLocationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#AccessGrantsLocationReference |
Java | software.amazon.awscdk.services.s3.AccessGrantsLocationReference |
Python | aws_cdk.aws_s3.AccessGrantsLocationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript