Uses of Class
com.hashicorp.cdktf.providers.google.pubsub_schema.PubsubSchema.Builder
-
Packages that use PubsubSchema.Builder Package Description com.hashicorp.cdktf.providers.google.pubsub_schema google_pubsub_schema -
-
Uses of PubsubSchema.Builder in com.hashicorp.cdktf.providers.google.pubsub_schema
Methods in com.hashicorp.cdktf.providers.google.pubsub_schema that return PubsubSchema.Builder Modifier and Type Method Description PubsubSchema.BuilderPubsubSchema.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)PubsubSchema.BuilderPubsubSchema.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)PubsubSchema.BuilderPubsubSchema.Builder. count(com.hashicorp.cdktf.TerraformCount count)PubsubSchema.BuilderPubsubSchema.Builder. count(Number count)static PubsubSchema.BuilderPubsubSchema.Builder. create(software.constructs.Construct scope, String id)PubsubSchema.BuilderPubsubSchema.Builder. definition(String definition)The definition of the schema.PubsubSchema.BuilderPubsubSchema.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)PubsubSchema.BuilderPubsubSchema.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)PubsubSchema.BuilderPubsubSchema.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_schema#id PubsubSchema#id}.PubsubSchema.BuilderPubsubSchema.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)PubsubSchema.BuilderPubsubSchema.Builder. name(String name)The ID to use for the schema, which will become the final component of the schema's resource name.PubsubSchema.BuilderPubsubSchema.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_schema#project PubsubSchema#project}.PubsubSchema.BuilderPubsubSchema.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)PubsubSchema.BuilderPubsubSchema.Builder. provisioners(List<? extends Object> provisioners)PubsubSchema.BuilderPubsubSchema.Builder. timeouts(PubsubSchemaTimeouts timeouts)timeouts block.PubsubSchema.BuilderPubsubSchema.Builder. type(String type)The type of the schema definition Default value: "TYPE_UNSPECIFIED" Possible values: ["TYPE_UNSPECIFIED", "PROTOCOL_BUFFER", "AVRO"].
-