Interface LoggingLogViewConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LoggingLogViewConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.830Z") @Stability(Stable) public interface LoggingLogViewConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingLogViewConfig.BuilderA builder forLoggingLogViewConfigstatic classLoggingLogViewConfig.Jsii$ProxyAn implementation forLoggingLogViewConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingLogViewConfig.Builderbuilder()StringgetBucket()The bucket of the resource.default StringgetDescription()Describes this view.default StringgetFilter()Filter that restricts which log entries in a bucket are visible in this view.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#id LoggingLogView#id}.default StringgetLocation()The location of the resource.StringgetName()The resource name of the view.default StringgetParent()The parent of the resource.default LoggingLogViewTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
The bucket of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#bucket LoggingLogView#bucket}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of the view. For example: 'projects/my-project/locations/global/buckets/my-bucket/views/my-view'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#name LoggingLogView#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Describes this view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#description LoggingLogView#description}
-
getFilter
@Stability(Stable) @Nullable default String getFilter()
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: - originating project/folder/organization/billing account. - resource type - log id For example: SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout") Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#filter LoggingLogView#filter}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#id LoggingLogView#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#location LoggingLogView#location}
-
getParent
@Stability(Stable) @Nullable default String getParent()
The parent of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#parent LoggingLogView#parent}
-
getTimeouts
@Stability(Stable) @Nullable default LoggingLogViewTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_log_view#timeouts LoggingLogView#timeouts}
-
builder
@Stability(Stable) static LoggingLogViewConfig.Builder builder()
- Returns:
- a
LoggingLogViewConfig.BuilderofLoggingLogViewConfig
-
-