Uses of Class
com.hashicorp.cdktf.providers.google.eventarc_channel.EventarcChannel.Builder
-
Packages that use EventarcChannel.Builder Package Description com.hashicorp.cdktf.providers.google.eventarc_channel google_eventarc_channel -
-
Uses of EventarcChannel.Builder in com.hashicorp.cdktf.providers.google.eventarc_channel
Methods in com.hashicorp.cdktf.providers.google.eventarc_channel that return EventarcChannel.Builder Modifier and Type Method Description EventarcChannel.BuilderEventarcChannel.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)EventarcChannel.BuilderEventarcChannel.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)EventarcChannel.BuilderEventarcChannel.Builder. count(com.hashicorp.cdktf.TerraformCount count)EventarcChannel.BuilderEventarcChannel.Builder. count(Number count)static EventarcChannel.BuilderEventarcChannel.Builder. create(software.constructs.Construct scope, String id)EventarcChannel.BuilderEventarcChannel.Builder. cryptoKeyName(String cryptoKeyName)Optional.EventarcChannel.BuilderEventarcChannel.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)EventarcChannel.BuilderEventarcChannel.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)EventarcChannel.BuilderEventarcChannel.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_channel#id EventarcChannel#id}.EventarcChannel.BuilderEventarcChannel.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)EventarcChannel.BuilderEventarcChannel.Builder. location(String location)The location for the resource.EventarcChannel.BuilderEventarcChannel.Builder. name(String name)Required.EventarcChannel.BuilderEventarcChannel.Builder. project(String project)The project for the resource.EventarcChannel.BuilderEventarcChannel.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)EventarcChannel.BuilderEventarcChannel.Builder. provisioners(List<? extends Object> provisioners)EventarcChannel.BuilderEventarcChannel.Builder. thirdPartyProvider(String thirdPartyProvider)The name of the event provider (e.g.EventarcChannel.BuilderEventarcChannel.Builder. timeouts(EventarcChannelTimeouts timeouts)timeouts block.
-