public final class ProfileProperty extends Object
ProfileFile| Modifier and Type | Field and Description | 
|---|---|
| static String | AWS_ACCESS_KEY_IDProperty name for specifying the Amazon AWS Access Key | 
| static String | AWS_SECRET_ACCESS_KEYProperty name for specifying the Amazon AWS Secret Access Key | 
| static String | AWS_SESSION_TOKENProperty name for specifying the Amazon AWS Session Token | 
| static String | CREDENTIAL_PROCESSAn external process that should be invoked to load credentials. | 
| static String | CREDENTIAL_SOURCEProperty name for specifying the credential source to use when assuming a role | 
| static String | ENDPOINT_DISCOVERY_ENABLEDProperty name for specifying whether or not endpoint discovery is enabled. | 
| static String | EXTERNAL_IDProperty name for specifying the IAM role external id | 
| static String | MFA_SERIALProperty name for specifying the identification number of the MFA device | 
| static String | REGIONAWS Region to use when creating clients. | 
| static String | ROLE_ARNProperty name for specifying the IAM role to assume | 
| static String | ROLE_SESSION_NAMEProperty name for specifying the IAM role session name | 
| static String | SOURCE_PROFILEProperty name for specifying the profile credentials to use when assuming a role | 
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 CREDENTIAL_SOURCE
public static final String REGION
public static final String MFA_SERIAL
public static final String ENDPOINT_DISCOVERY_ENABLED
public static final String CREDENTIAL_PROCESS
Copyright © 2019. All rights reserved.