AwsS3AccessPointDetails

Returns configuration information about the specified Amazon S3 access point. S3 access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (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 S3 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
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.

Link copied to clipboard

provides information about the Amazon S3 Public Access Block configuration for accounts.

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