interface AccessPointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3ObjectLambda.AccessPointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3objectlambda#AccessPointReference |
![]() | software.amazon.awscdk.services.s3objectlambda.AccessPointReference |
![]() | aws_cdk.aws_s3objectlambda.AccessPointReference |
![]() | aws-cdk-lib » aws_s3objectlambda » AccessPointReference |
A reference to a AccessPoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3objectlambda as s3objectlambda } from 'aws-cdk-lib';
const accessPointReference: s3objectlambda.AccessPointReference = {
accessPointArn: 'accessPointArn',
accessPointName: 'accessPointName',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The ARN of the AccessPoint resource. |
access | string | The Name of the AccessPoint resource. |
accessPointArn
Type:
string
The ARN of the AccessPoint resource.
accessPointName
Type:
string
The Name of the AccessPoint resource.