- acceptsURL(String) - Method in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
- AWS_ACCESS_KEY_ID_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
An optional AWS access key to use as credentials when requesting an RDS token.
- AWS_PROFILE_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
The optional name of an AWS profile to source credentials/region configuration from.
- AWS_REGION_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
The optional AWS region to use, if not specified, will use the DefaultAwsRegionProviderChain or a region from a configured profile
- AWS_SECRET_ACCESS_KEY_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
An optional AWS secret key to use as credentials when requesting an RDS token.
- AWS_STS_CREDENTIAL_EXTERNAL_ID_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
An optional external ID to pass in the assume role call.
- AWS_STS_CREDENTIAL_ROLE_ARN_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
An optional role ARN to assume before requesting RDS iam credentials
- AWS_STS_CREDENTIAL_SESSION_NAME_PROPERTY - Static variable in class io.magj.iamjdbcdriver.IamAuthJdbcDriverWrapper
-
An optional session name to use if assuming a role.