Struct aws_sdk_s3control::output::get_access_point_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetAccessPointOutput
Implementations
The name of the bucket associated with the specified access point.
The name of the bucket associated with the specified access point.
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
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
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 Amazon Web Services.
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 Amazon Web Services.
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" in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
pub fn set_public_access_block_configuration(
self,
input: Option<PublicAccessBlockConfiguration>
) -> Self
pub fn set_public_access_block_configuration(
self,
input: Option<PublicAccessBlockConfiguration>
) -> Self
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" in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
The date and time when the specified access point was created.
The date and time when the specified access point was created.
The ARN of the access point.
The ARN of the access point.
Adds a key-value pair to endpoints
.
To override the contents of this collection use set_endpoints
.
The VPC endpoint for the access point.
The VPC endpoint for the access point.
Consumes the builder and constructs a GetAccessPointOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more