Interface CfnConfiguredTable.SnowflakeTableSchemaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTable.SnowflakeTableSchemaProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTable
@Stability(Stable)
public static interface CfnConfiguredTable.SnowflakeTableSchemaProperty
extends software.amazon.jsii.JsiiSerializable
The schema of a Snowflake table.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
SnowflakeTableSchemaProperty snowflakeTableSchemaProperty = SnowflakeTableSchemaProperty.builder()
.v1(List.of(SnowflakeTableSchemaV1Property.builder()
.columnName("columnName")
.columnType("columnType")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfiguredTable.SnowflakeTableSchemaPropertystatic final classAn implementation forCfnConfiguredTable.SnowflakeTableSchemaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getV1
The schema of a Snowflake table.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTable.SnowflakeTableSchemaV1Property>- See Also:
-
builder
-