Interface STS2Constants
public interface STS2Constants
Constants used in Camel AWS2 STS module
-
Field Details
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
-
ROLE_ARN
@Metadata(description="The Amazon Resource Name (ARN) of the role to assume.", javaType="String") static final String ROLE_ARN- See Also:
-
ROLE_SESSION_NAME
@Metadata(description="An identifier for the assumed role session.", javaType="String") static final String ROLE_SESSION_NAME- See Also:
-
FEDERATED_NAME
@Metadata(description="The name of the federated user.", javaType="String") static final String FEDERATED_NAME- See Also:
-
ASSUME_ROLE_DURATION_SECONDS
@Metadata(description="The duration, in seconds, of the role session. It could go from 900 seconds, to 1 to 12 hours (dependent on administrator settings. The default if not specified is 3600 seconds.", javaType="Integer") static final String ASSUME_ROLE_DURATION_SECONDS- See Also:
-
ACCESS_KEY_ID
- See Also:
-
SECRET_KEY_ID
- See Also:
-