@Stability(value=Stable)
public static interface CfnDataSet.RelationalTableProperty
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.quicksight.*;
RelationalTableProperty relationalTableProperty = RelationalTableProperty.builder()
.dataSourceArn("dataSourceArn")
.inputColumns(List.of(InputColumnProperty.builder()
.name("name")
.type("type")
.build()))
.name("name")
// the properties below are optional
.catalog("catalog")
.schema("schema")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.RelationalTableProperty.Builder
A builder for
CfnDataSet.RelationalTableProperty |
static class |
CfnDataSet.RelationalTableProperty.Jsii$Proxy
An implementation for
CfnDataSet.RelationalTableProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.RelationalTableProperty.Builder |
builder() |
default String |
getCatalog()
`CfnDataSet.RelationalTableProperty.Catalog`.
|
String |
getDataSourceArn()
`CfnDataSet.RelationalTableProperty.DataSourceArn`.
|
Object |
getInputColumns()
`CfnDataSet.RelationalTableProperty.InputColumns`.
|
String |
getName()
`CfnDataSet.RelationalTableProperty.Name`.
|
default String |
getSchema()
`CfnDataSet.RelationalTableProperty.Schema`.
|
@Stability(value=Stable) @Nullable default String getCatalog()
@Stability(value=Stable) @NotNull String getDataSourceArn()
@Stability(value=Stable) @NotNull Object getInputColumns()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getSchema()
@Stability(value=Stable) static CfnDataSet.RelationalTableProperty.Builder builder()
Copyright © 2021. All rights reserved.