Uses of Class
com.hashicorp.cdktf.providers.google.logging_log_view.LoggingLogView.Builder
-
Packages that use LoggingLogView.Builder Package Description com.hashicorp.cdktf.providers.google.logging_log_view google_logging_log_view -
-
Uses of LoggingLogView.Builder in com.hashicorp.cdktf.providers.google.logging_log_view
Methods in com.hashicorp.cdktf.providers.google.logging_log_view that return LoggingLogView.Builder Modifier and Type Method Description LoggingLogView.BuilderLoggingLogView.Builder. bucket(String bucket)The bucket of the resource.LoggingLogView.BuilderLoggingLogView.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)LoggingLogView.BuilderLoggingLogView.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)LoggingLogView.BuilderLoggingLogView.Builder. count(com.hashicorp.cdktf.TerraformCount count)LoggingLogView.BuilderLoggingLogView.Builder. count(Number count)static LoggingLogView.BuilderLoggingLogView.Builder. create(software.constructs.Construct scope, String id)LoggingLogView.BuilderLoggingLogView.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)LoggingLogView.BuilderLoggingLogView.Builder. description(String description)Describes this view.LoggingLogView.BuilderLoggingLogView.Builder. filter(String filter)Filter that restricts which log entries in a bucket are visible in this view.LoggingLogView.BuilderLoggingLogView.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)LoggingLogView.BuilderLoggingLogView.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#id LoggingLogView#id}.LoggingLogView.BuilderLoggingLogView.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)LoggingLogView.BuilderLoggingLogView.Builder. location(String location)The location of the resource.LoggingLogView.BuilderLoggingLogView.Builder. name(String name)The resource name of the view.LoggingLogView.BuilderLoggingLogView.Builder. parent(String parent)The parent of the resource.LoggingLogView.BuilderLoggingLogView.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)LoggingLogView.BuilderLoggingLogView.Builder. provisioners(List<? extends Object> provisioners)LoggingLogView.BuilderLoggingLogView.Builder. timeouts(LoggingLogViewTimeouts timeouts)timeouts block.
-