public final class AwsExecutionAttribute extends SdkExecutionAttribute
ExecutionInterceptors.| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<String> |
AWS_AUTH_ACCOUNT_ID
The AWS account ID associated with the identity resolved for this request.
|
static ExecutionAttribute<AccountIdEndpointMode> |
AWS_AUTH_ACCOUNT_ID_ENDPOINT_MODE
The mode for an AWS account ID that's resolved for this request.
|
static ExecutionAttribute<Region> |
AWS_REGION
The AWS
Region the client was configured with. |
static ExecutionAttribute<Set<String>> |
AWS_SIGV4A_SIGNING_REGION_SET
AWS Sigv4a signing region set used for computing multi-region request signatures.
|
static ExecutionAttribute<Boolean> |
DUALSTACK_ENDPOINT_ENABLED
Whether dualstack endpoints were enabled for this request.
|
static ExecutionAttribute<String> |
ENDPOINT_PREFIX
The
AwsClientOption.ENDPOINT_PREFIX for the client. |
static ExecutionAttribute<Boolean> |
FIPS_ENDPOINT_ENABLED
Whether fips endpoints were enabled for this request.
|
static ExecutionAttribute<Boolean> |
USE_GLOBAL_ENDPOINT
Whether the client was configured to use the service's global endpoint.
|
API_CALL_ATTEMPT_METRIC_COLLECTOR, API_CALL_METRIC_COLLECTOR, CLIENT_ENDPOINT, CLIENT_TYPE, ENDPOINT_OVERRIDDEN, HTTP_CHECKSUM_VALIDATION_ALGORITHM, HTTP_CHECKSUM_VALIDATION_ALGORITHM_V2, HTTP_RESPONSE_CHECKSUM_VALIDATION, OPERATION_NAME, PROFILE_FILE, PROFILE_FILE_SUPPLIER, PROFILE_NAME, RESOLVED_CHECKSUM_SPECS, SERVICE_CONFIG, SERVICE_NAME, SIGNER_OVERRIDDEN, TIME_OFFSETpublic static final ExecutionAttribute<Region> AWS_REGION
Region the client was configured with. This is not always same as the
AwsSignerExecutionAttribute.SIGNING_REGION for global services like IAM.public static final ExecutionAttribute<String> ENDPOINT_PREFIX
AwsClientOption.ENDPOINT_PREFIX for the client.public static final ExecutionAttribute<Boolean> DUALSTACK_ENDPOINT_ENABLED
public static final ExecutionAttribute<Set<String>> AWS_SIGV4A_SIGNING_REGION_SET
public static final ExecutionAttribute<Boolean> FIPS_ENDPOINT_ENABLED
public static final ExecutionAttribute<Boolean> USE_GLOBAL_ENDPOINT
public static final ExecutionAttribute<String> AWS_AUTH_ACCOUNT_ID
public static final ExecutionAttribute<AccountIdEndpointMode> AWS_AUTH_ACCOUNT_ID_ENDPOINT_MODE
AccountIdEndpointMode for values.Copyright © 2026. All rights reserved.