S3ControlEndpointParameters

The set of values necessary for endpoint resolution.

Types

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

Properties

Link copied to clipboard

The S3 AccessPointName used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 AccessPoint.

Link copied to clipboard

The Account ID used to send the request. This is an optional parameter that will be set automatically for operations that require it.

Link copied to clipboard

The S3 bucket used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 bucket.

Link copied to clipboard

Override the endpoint used to send this request

Link copied to clipboard

The Outpost ID. Some operations have an optional OutpostId which should be used in endpoint construction.

Link copied to clipboard

The AWS region used to dispatch the request.

Link copied to clipboard

Internal parameter for operations that require account id host prefix.

Link copied to clipboard

When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.

Link copied to clipboard

When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.

Link copied to clipboard

When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.

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