@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:44.847Z") @Stability(value=Experimental) public interface SecretsManagerSecretOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretsManagerSecretOptions.Builder
A builder for
SecretsManagerSecretOptions |
static class |
SecretsManagerSecretOptions.Jsii$Proxy
An implementation for
SecretsManagerSecretOptions |
| Modifier and Type | Method and Description |
|---|---|
static SecretsManagerSecretOptions.Builder |
builder() |
default String |
getJsonField()
(experimental) The key of a JSON field to retrieve.
|
default String |
getVersionId()
(experimental) Specifies the unique identifier of the version of the secret you want to use.
|
default String |
getVersionStage()
(experimental) Specified the secret version that you want to retrieve by the staging label attached to the version.
|
@Stability(value=Experimental) @Nullable default String getJsonField()
This can only be used if the secret stores a JSON object.
Default: - returns all the content stored in the Secrets Manager secret.
@Stability(value=Experimental) @Nullable default String getVersionId()
Can specify at most one of versionId and versionStage.
Default: AWSCURRENT
@Stability(value=Experimental) @Nullable default String getVersionStage()
Can specify at most one of versionId and versionStage.
Default: AWSCURRENT
@Stability(value=Experimental) static SecretsManagerSecretOptions.Builder builder()
Copyright © 2021. All rights reserved.