NAME
Paws::S3Control::GetAccessPointResult
ATTRIBUTES
Bucket => Str
The name of the bucket associated with the specified access point.
CreationDate => Str
The date and time when the specified access point was created.
Name => Str
The name of the specified access point.
NetworkOrigin => Str
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
Valid values are: "Internet"
, "VPC"
PublicAccessBlockConfiguration => Paws::S3Control::PublicAccessBlockConfiguration
VpcConfiguration => Paws::S3Control::VpcConfiguration
Contains the virtual private cloud (VPC) configuration for the specified access point.
This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other AWS services.