public class ProfileKeyConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AWS_ACCESS_KEY_ID
Property name for specifying the Amazon AWS Access Key
|
static String |
AWS_SECRET_ACCESS_KEY
Property name for specifying the Amazon AWS Secret Access Key
|
static String |
AWS_SESSION_TOKEN
Property name for specifying the Amazon AWS Session Token
|
static String |
CREDENTIAL_PROCESS
An external process that should be invoked to load credentials.
|
static String |
ENDPOINT_DISCOVERY
Endpoint discovery setting when creating clients
Not supported by IBM COS
|
static String |
EXTERNAL_ID
Property name for specifying the IAM role external id
|
static String |
REGION
AWS Region to use when creating clients.
|
static String |
ROLE_ARN
Property name for specifying the IAM role to assume
|
static String |
ROLE_SESSION_NAME
Property name for specifying the IAM role session name
|
static String |
SOURCE_PROFILE
Property name for specifying the profile credentials to use when assuming a role
|
static String |
WEB_IDENTITY_TOKEN
Absolute path to a JWT file containing a web identity token.
|
Constructor and Description |
---|
ProfileKeyConstants() |
public static final String AWS_ACCESS_KEY_ID
public static final String AWS_SECRET_ACCESS_KEY
public static final String AWS_SESSION_TOKEN
public static final String ROLE_ARN
public static final String ROLE_SESSION_NAME
public static final String EXTERNAL_ID
public static final String SOURCE_PROFILE
public static final String REGION
public static final String ENDPOINT_DISCOVERY
public static final String CREDENTIAL_PROCESS
public static final String WEB_IDENTITY_TOKEN
Copyright © 2024. All rights reserved.