@Stability(value=Stable)
public static interface CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrass.*;
SecretsManagerSecretResourceDataProperty secretsManagerSecretResourceDataProperty = SecretsManagerSecretResourceDataProperty.builder()
.arn("arn")
// the properties below are optional
.additionalStagingLabelsToDownload(List.of("additionalStagingLabelsToDownload"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.Builder
|
static class |
CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
An implementation for
CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.Builder |
builder() |
default List<String> |
getAdditionalStagingLabelsToDownload()
`CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.AdditionalStagingLabelsToDownload`.
|
String |
getArn()
`CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.ARN`.
|
@Stability(value=Stable) @Nullable default List<String> getAdditionalStagingLabelsToDownload()
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnResourceDefinitionVersion.SecretsManagerSecretResourceDataProperty.Builder builder()
Copyright © 2021. All rights reserved.