public class ProfileKeyConstants extends Object
Modifier and Type | Field | 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 |
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
|
Constructor | 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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.