@Stability(value=Stable) public static final class CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinition.SecretsManagerSecretResourceDataProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder |
additionalStagingLabelsToDownload(List<String> additionalStagingLabelsToDownload)
|
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder |
arn(String arn)
Sets the value of
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.getArn() |
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder arn(String arn)
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.getArn()arn - The Amazon Resource Name (ARN) of the Secrets Manager secret to make available on the core. This parameter is required.
The value of the secret's latest version (represented by the AWSCURRENT staging label) is included by default.this@Stability(value=Stable) public CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder additionalStagingLabelsToDownload(List<String> additionalStagingLabelsToDownload)
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.getAdditionalStagingLabelsToDownload()additionalStagingLabelsToDownload - The staging labels whose values you want to make available on the core, in addition to `AWSCURRENT` .this@Stability(value=Stable) public CfnResourceDefinition.SecretsManagerSecretResourceDataProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDefinition.SecretsManagerSecretResourceDataProperty>CfnResourceDefinition.SecretsManagerSecretResourceDataPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.