@aws-cdk_aws-s3objectlambda-alpha.AccessPointAttributes

interface AccessPointAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.S3ObjectLambda.Alpha.AccessPointAttributes
Gogithub.com/aws/aws-cdk-go/awscdks3objectlambdaalpha/v2#AccessPointAttributes
Javasoftware.amazon.awscdk.services.s3objectlambda.alpha.AccessPointAttributes
Pythonaws_cdk.aws_s3objectlambda_alpha.AccessPointAttributes
TypeScript (source)@aws-cdk/aws-s3objectlambda-alpha ยป 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_alpha from '@aws-cdk/aws-s3objectlambda-alpha';
const accessPointAttributes: s3objectlambda_alpha.AccessPointAttributes = {
  accessPointArn: 'accessPointArn',
  accessPointCreationDate: 'accessPointCreationDate',
};

Properties

NameTypeDescription
accessPointArn๐Ÿ”นstringThe ARN of the access point.
accessPointCreationDate๐Ÿ”นstringThe 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.