@Stability(value=Stable)
public static interface CfnDetectorModel.DynamoDBProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.DynamoDBProperty.Builder
A builder for
CfnDetectorModel.DynamoDBProperty |
static class |
CfnDetectorModel.DynamoDBProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.DynamoDBProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.DynamoDBProperty.Builder |
builder() |
String |
getHashKeyField()
`CfnDetectorModel.DynamoDBProperty.HashKeyField`.
|
default String |
getHashKeyType()
`CfnDetectorModel.DynamoDBProperty.HashKeyType`.
|
String |
getHashKeyValue()
`CfnDetectorModel.DynamoDBProperty.HashKeyValue`.
|
default String |
getOperation()
`CfnDetectorModel.DynamoDBProperty.Operation`.
|
default Object |
getPayload()
`CfnDetectorModel.DynamoDBProperty.Payload`.
|
default String |
getPayloadField()
`CfnDetectorModel.DynamoDBProperty.PayloadField`.
|
default String |
getRangeKeyField()
`CfnDetectorModel.DynamoDBProperty.RangeKeyField`.
|
default String |
getRangeKeyType()
`CfnDetectorModel.DynamoDBProperty.RangeKeyType`.
|
default String |
getRangeKeyValue()
`CfnDetectorModel.DynamoDBProperty.RangeKeyValue`.
|
String |
getTableName()
`CfnDetectorModel.DynamoDBProperty.TableName`.
|
@Stability(value=Stable) @NotNull String getHashKeyField()
@Stability(value=Stable) @NotNull String getHashKeyValue()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) @Nullable default String getHashKeyType()
@Stability(value=Stable) @Nullable default String getOperation()
@Stability(value=Stable) @Nullable default Object getPayload()
@Stability(value=Stable) @Nullable default String getPayloadField()
@Stability(value=Stable) @Nullable default String getRangeKeyField()
@Stability(value=Stable) @Nullable default String getRangeKeyType()
@Stability(value=Stable) @Nullable default String getRangeKeyValue()
@Stability(value=Stable) static CfnDetectorModel.DynamoDBProperty.Builder builder()
Copyright © 2021. All rights reserved.