@Stability(value=Stable)
public static interface CfnDeliveryStream.SchemaConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.SchemaConfigurationProperty.Builder
A builder for
CfnDeliveryStream.SchemaConfigurationProperty |
static class |
CfnDeliveryStream.SchemaConfigurationProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.SchemaConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.SchemaConfigurationProperty.Builder |
builder() |
default String |
getCatalogId()
`CfnDeliveryStream.SchemaConfigurationProperty.CatalogId`.
|
default String |
getDatabaseName()
`CfnDeliveryStream.SchemaConfigurationProperty.DatabaseName`.
|
default String |
getRegion()
`CfnDeliveryStream.SchemaConfigurationProperty.Region`.
|
default String |
getRoleArn()
`CfnDeliveryStream.SchemaConfigurationProperty.RoleARN`.
|
default String |
getTableName()
`CfnDeliveryStream.SchemaConfigurationProperty.TableName`.
|
default String |
getVersionId()
`CfnDeliveryStream.SchemaConfigurationProperty.VersionId`.
|
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default String getTableName()
@Stability(value=Stable) @Nullable default String getVersionId()
@Stability(value=Stable) static CfnDeliveryStream.SchemaConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.