Package ai.tock.aws
Object EnvConfig
-
- All Implemented Interfaces:
public class EnvConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final StringawsSecretManagerAssumedRoleprivate final StringawsAssumedRoleSessionNamepublic final static EnvConfigINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetAwsSecretManagerAssumedRole()AWS role name used, assumed when getting / reading secrets. final StringgetAwsAssumedRoleSessionName()AWS session name used, assumed when getting / reading secrets. -
-
Method Detail
-
getAwsSecretManagerAssumedRole
final String getAwsSecretManagerAssumedRole()
AWS role name used, assumed when getting / reading secrets.
-
getAwsAssumedRoleSessionName
final String getAwsAssumedRoleSessionName()
AWS session name used, assumed when getting / reading secrets.
-
-
-
-