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