Class LoggingFolderSinkExclusions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.logging_folder_sink.LoggingFolderSinkExclusions.Jsii$Proxy
-
- All Implemented Interfaces:
LoggingFolderSinkExclusions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoggingFolderSinkExclusions
@Stability(Stable) @Internal public static final class LoggingFolderSinkExclusions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingFolderSinkExclusions
An implementation forLoggingFolderSinkExclusions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.logging_folder_sink.LoggingFolderSinkExclusions
LoggingFolderSinkExclusions.Builder, LoggingFolderSinkExclusions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoggingFolderSinkExclusions.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingFolderSinkExclusions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDescription()A description of this exclusion.ObjectgetDisabled()If set to True, then this exclusion is disabled and it does not exclude any log entries.StringgetFilter()An advanced logs filter that matches the log entries to be excluded.StringgetName()A client-assigned identifier, such as "load-balancer-exclusion".inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(LoggingFolderSinkExclusions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoggingFolderSinkExclusions.Builder.
-
-
Method Detail
-
getFilter
public final String getFilter()
Description copied from interface:LoggingFolderSinkExclusionsAn advanced logs filter that matches the log entries to be excluded.By using the sample function, you can exclude less than 100% of the matching log entries Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_sink#filter LoggingFolderSink#filter}
- Specified by:
getFilterin interfaceLoggingFolderSinkExclusions
-
getName
public final String getName()
Description copied from interface:LoggingFolderSinkExclusionsA client-assigned identifier, such as "load-balancer-exclusion".Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_sink#name LoggingFolderSink#name}
- Specified by:
getNamein interfaceLoggingFolderSinkExclusions
-
getDescription
public final String getDescription()
Description copied from interface:LoggingFolderSinkExclusionsA description of this exclusion.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_sink#description LoggingFolderSink#description}
- Specified by:
getDescriptionin interfaceLoggingFolderSinkExclusions
-
getDisabled
public final Object getDisabled()
Description copied from interface:LoggingFolderSinkExclusionsIf set to True, then this exclusion is disabled and it does not exclude any log entries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_sink#disabled LoggingFolderSink#disabled}
- Specified by:
getDisabledin interfaceLoggingFolderSinkExclusions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-