Interface GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.179Z") @Stability(Stable) public interface GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.BuilderA builder forGlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdstatic classGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builderbuilder()default StringgetRegistryName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#registry_name GlueCatalogTable#registry_name}.default StringgetSchemaArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_arn GlueCatalogTable#schema_arn}.default StringgetSchemaName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_name GlueCatalogTable#schema_name}.
-
-
-
Method Detail
-
getRegistryName
@Stability(Stable) @Nullable default String getRegistryName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#registry_name GlueCatalogTable#registry_name}.
-
getSchemaArn
@Stability(Stable) @Nullable default String getSchemaArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_arn GlueCatalogTable#schema_arn}.
-
getSchemaName
@Stability(Stable) @Nullable default String getSchemaName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_name GlueCatalogTable#schema_name}.
-
builder
@Stability(Stable) static GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder builder()
-
-