Interface CfnAccessPoint.AliasProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAccessPoint.AliasProperty.Jsii$Proxy
Enclosing class:
CfnAccessPoint

@Stability(Stable) public static interface CfnAccessPoint.AliasProperty extends software.amazon.jsii.JsiiSerializable

Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.

If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change .

The alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3objectlambda.*;
 AliasProperty aliasProperty = AliasProperty.builder()
         .value("value")
         // the properties below are optional
         .status("status")
         .build();
 

See Also: