@Stability(value=Stable)
public static interface CfnFunction.SecretArnSAMPTProperty
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.sam.*;
SecretArnSAMPTProperty secretArnSAMPTProperty = SecretArnSAMPTProperty.builder()
.secretArn("secretArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.SecretArnSAMPTProperty.Builder
A builder for
CfnFunction.SecretArnSAMPTProperty |
static class |
CfnFunction.SecretArnSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.SecretArnSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.SecretArnSAMPTProperty.Builder |
builder() |
String |
getSecretArn()
`CfnFunction.SecretArnSAMPTProperty.SecretArn`.
|
@Stability(value=Stable) @NotNull String getSecretArn()
@Stability(value=Stable) static CfnFunction.SecretArnSAMPTProperty.Builder builder()
Copyright © 2022. All rights reserved.