@Stability(value=Stable)
public static interface CfnDataSet.CustomSqlProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.CustomSqlProperty.Builder
A builder for
CfnDataSet.CustomSqlProperty |
static class |
CfnDataSet.CustomSqlProperty.Jsii$Proxy
An implementation for
CfnDataSet.CustomSqlProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.CustomSqlProperty.Builder |
builder() |
Object |
getColumns()
`CfnDataSet.CustomSqlProperty.Columns`.
|
String |
getDataSourceArn()
`CfnDataSet.CustomSqlProperty.DataSourceArn`.
|
String |
getName()
`CfnDataSet.CustomSqlProperty.Name`.
|
String |
getSqlQuery()
`CfnDataSet.CustomSqlProperty.SqlQuery`.
|
@Stability(value=Stable) @NotNull Object getColumns()
@Stability(value=Stable) @NotNull String getDataSourceArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSqlQuery()
@Stability(value=Stable) static CfnDataSet.CustomSqlProperty.Builder builder()
Copyright © 2021. All rights reserved.