aws-cdk-lib.aws_s3objectlambda.CfnAccessPoint.AliasProperty

interface AliasProperty

LanguageType name
.NETAmazon.CDK.AWS.S3ObjectLambda.CfnAccessPoint.AliasProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3objectlambda#CfnAccessPoint_AliasProperty
Javasoftware.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.AliasProperty
Pythonaws_cdk.aws_s3objectlambda.CfnAccessPoint.AliasProperty
TypeScript aws-cdk-lib » aws_s3objectlambda » CfnAccessPoint » AliasProperty

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 { aws_s3objectlambda as s3objectlambda } from 'aws-cdk-lib';
const aliasProperty: s3objectlambda.CfnAccessPoint.AliasProperty = {
  status: 'status',
  value: 'value',
};

Properties

NameTypeDescription
statusstringThe status of the Object Lambda Access Point alias.
valuestringThe alias value of the Object Lambda Access Point.

status

Type: string

The status of the Object Lambda Access Point alias.

If the status is PROVISIONING , the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status is READY , the Object Lambda Access Point alias is successfully provisioned and ready for use.


value

Type: string

The alias value of the Object Lambda Access Point.