interface AccessPointAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3ObjectLambda.AccessPointAttributes |
Java | software.amazon.awscdk.services.s3objectlambda.AccessPointAttributes |
Python | aws_cdk.aws_s3objectlambda.AccessPointAttributes |
TypeScript (source) | @aws-cdk/aws-s3objectlambda » AccessPointAttributes |
The access point resource attributes.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3objectlambda from '@aws-cdk/aws-s3objectlambda';
const accessPointAttributes: s3objectlambda.AccessPointAttributes = {
accessPointArn: 'accessPointArn',
accessPointCreationDate: 'accessPointCreationDate',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The ARN of the access point. |
access | string | The creation data of the access point. |
accessPointArn
Type:
string
The ARN of the access point.
accessPointCreationDate
Type:
string
The creation data of the access point.