interface AliasProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3ObjectLambda.CfnAccessPoint.AliasProperty |
Java | software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.AliasProperty |
Python | aws_cdk.aws_s3objectlambda.CfnAccessPoint.AliasProperty |
TypeScript | @aws-cdk/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 * as s3objectlambda from '@aws-cdk/aws-s3objectlambda';
const aliasProperty: s3objectlambda.CfnAccessPoint.AliasProperty = {
status: 'status',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
status | string | The status of the Object Lambda Access Point alias. |
value | string | The 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.