SchemaTypeProperties
Information about the schema type properties.
Inheritors
Types
The schema type properties for a configured table association.
The ID mapping table for the schema type properties.
The schema type properties for an intermediate table.
Functions
Casts this SchemaTypeProperties as a ConfiguredTableAssociation and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ConfiguredTableAssociationSchemaTypeProperties value. Throws an exception if the SchemaTypeProperties is not a ConfiguredTableAssociation.
Casts this SchemaTypeProperties as a ConfiguredTableAssociation and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ConfiguredTableAssociationSchemaTypeProperties value. Returns null if the SchemaTypeProperties is not a ConfiguredTableAssociation.
Casts this SchemaTypeProperties as a IdMappingTable and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IdMappingTableSchemaTypeProperties value. Throws an exception if the SchemaTypeProperties is not a IdMappingTable.
Casts this SchemaTypeProperties as a IdMappingTable and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IdMappingTableSchemaTypeProperties value. Returns null if the SchemaTypeProperties is not a IdMappingTable.
Casts this SchemaTypeProperties as a IntermediateTable and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IntermediateTableSchemaTypeProperties value. Throws an exception if the SchemaTypeProperties is not a IntermediateTable.
Casts this SchemaTypeProperties as a IntermediateTable and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IntermediateTableSchemaTypeProperties value. Returns null if the SchemaTypeProperties is not a IntermediateTable.