Interface AwsCredentialsSecrets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AwsCredentialsSecrets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.443Z") @Stability(Stable) public interface AwsCredentialsSecrets extends software.amazon.jsii.JsiiSerializable
Names of secrets for AWS credentials.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAwsCredentialsSecrets.BuilderA builder forAwsCredentialsSecretsstatic classAwsCredentialsSecrets.Jsii$ProxyAn implementation forAwsCredentialsSecrets
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AwsCredentialsSecrets.Builderbuilder()default StringgetAccessKeyId()Default: "AWS_ACCESS_KEY_ID"default StringgetSecretAccessKey()Default: "AWS_SECRET_ACCESS_KEY"default StringgetSessionToken()Default: - no session token is used
-
-
-
Method Detail
-
getAccessKeyId
@Stability(Stable) @Nullable default String getAccessKeyId()
Default: "AWS_ACCESS_KEY_ID"
-
getSecretAccessKey
@Stability(Stable) @Nullable default String getSecretAccessKey()
Default: "AWS_SECRET_ACCESS_KEY"
-
getSessionToken
@Stability(Stable) @Nullable default String getSessionToken()
Default: - no session token is used
-
builder
@Stability(Stable) static AwsCredentialsSecrets.Builder builder()
- Returns:
- a
AwsCredentialsSecrets.BuilderofAwsCredentialsSecrets
-
-