GetAccessPointResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the access point.

Link copied to clipboard

The name or alias of the access point.

Link copied to clipboard

The name of the bucket associated with the specified access point.

Link copied to clipboard

The Amazon Web Services account ID associated with the S3 bucket associated with this access point.

Link copied to clipboard

The date and time when the specified access point was created.

Link copied to clipboard

The VPC endpoint for the access point.

Link copied to clipboard
val name: String?

The name of the specified access point.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String