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