public final class AwsSignerExecutionAttribute extends SdkExecutionAttribute
ExecutionInterceptor
s and
Signer
s.Modifier and Type | Field and Description |
---|---|
static ExecutionAttribute<AwsCredentials> |
AWS_CREDENTIALS
The key under which the request credentials are set.
|
static ExecutionAttribute<Instant> |
PRESIGNER_EXPIRATION
The key to specify the expiration time when pre-signing aws requests.
|
static ExecutionAttribute<String> |
SERVICE_SIGNING_NAME
The signing name of the service to be using in SigV4 signing
|
static ExecutionAttribute<Boolean> |
SIGNER_DOUBLE_URL_ENCODE
The key to specify whether to use double url encoding during signing.
|
static ExecutionAttribute<Region> |
SIGNING_REGION
The AWS
Region that is used for signing a request. |
CLIENT_TYPE, OPERATION_NAME, SERVICE_CONFIG, SERVICE_NAME, TIME_OFFSET
public static final ExecutionAttribute<AwsCredentials> AWS_CREDENTIALS
public static final ExecutionAttribute<Region> SIGNING_REGION
Region
that is used for signing a request. This is not always same as the region configured on the client
for global services like IAM.public static final ExecutionAttribute<String> SERVICE_SIGNING_NAME
public static final ExecutionAttribute<Boolean> SIGNER_DOUBLE_URL_ENCODE
public static final ExecutionAttribute<Instant> PRESIGNER_EXPIRATION
Copyright © 2019. All rights reserved.