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