class Aws::S3Control::Types::GetAccessPointResult

@!attribute [rw] name

The name of the specified access point.
@return [String]

@!attribute [rw] bucket

The name of the bucket associated with the specified access point.
@return [String]

@!attribute [rw] network_origin

Indicates whether this access point allows access from the public
internet. If `VpcConfiguration` is specified for this access point,
then `NetworkOrigin` is `VPC`, and the access point doesn't allow
access from the public internet. Otherwise, `NetworkOrigin` is
`Internet`, and the access point allows access from the public
internet, subject to the access point and bucket access policies.

This will always be true for an Amazon S3 on Outposts access point
@return [String]

@!attribute [rw] vpc_configuration

Contains the virtual private cloud (VPC) configuration for the
specified access point.

<note markdown="1"> This element is empty if this access point is an Amazon S3 on
Outposts access point that is used by other Amazon Web Services.

 </note>
@return [Types::VpcConfiguration]

@!attribute [rw] public_access_block_configuration

The `PublicAccessBlock` configuration that you want to apply to this
Amazon S3 account. You can enable the configuration options in any
combination. For more information about when Amazon S3 considers a
bucket or object public, see [The Meaning of "Public"][1] in the
*Amazon S3 User Guide*.

This is not supported for Amazon S3 on Outposts.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
@return [Types::PublicAccessBlockConfiguration]

@!attribute [rw] creation_date

The date and time when the specified access point was created.
@return [Time]

@!attribute [rw] alias

The name or alias of the access point.
@return [String]

@!attribute [rw] access_point_arn

The ARN of the access point.
@return [String]

@!attribute [rw] endpoints

The VPC endpoint for the access point.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointResult AWS API Documentation

Constants

SENSITIVE