Class: Aws::S3Control::Types::ObjectLambdaAccessPointAlias

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

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].

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/olap-use.html#ol-access-points-alias

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


5754
5755
5756
5757
5758
5759
# File 'lib/aws-sdk-s3control/types.rb', line 5754

class ObjectLambdaAccessPointAlias < Struct.new(
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The alias value of the Object Lambda Access Point.

Returns:

  • (String)


5754
5755
5756
5757
5758
5759
# File 'lib/aws-sdk-s3control/types.rb', line 5754

class ObjectLambdaAccessPointAlias < Struct.new(
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end