AccessPointAttributes
- class aws_cdk.aws_s3objectlambda_alpha.AccessPointAttributes(*, access_point_arn, access_point_creation_date)
- Bases: - object- (experimental) The access point resource attributes. - Parameters:
- access_point_arn ( - str) – (experimental) The ARN of the access point.
- access_point_creation_date ( - str) – (experimental) The creation data of the access point.
 
- Stability:
- experimental 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_s3objectlambda_alpha as s3objectlambda_alpha access_point_attributes = s3objectlambda_alpha.AccessPointAttributes( access_point_arn="accessPointArn", access_point_creation_date="accessPointCreationDate" ) - Attributes - access_point_arn
- (experimental) The ARN of the access point. - Stability:
- experimental 
 
 - access_point_creation_date
- (experimental) The creation data of the access point. - Stability:
- experimental