Class LoggingOrganizationSinkConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getDestination

        public final String getDestination()
        Description copied from interface: LoggingOrganizationSinkConfig
        The destination of the sink (or, in other words, where logs are written to).

        Can be a Cloud Storage bucket, a PubSub topic, or a BigQuery dataset. Examples: "storage.googleapis.com/[GCS_BUCKET]" "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]" "pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]" The writer associated with the sink must have access to write to the above resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#destination LoggingOrganizationSink#destination}

        Specified by:
        getDestination in interface LoggingOrganizationSinkConfig
      • getName

        public final String getName()
        Description copied from interface: LoggingOrganizationSinkConfig
        The name of the logging sink.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#name LoggingOrganizationSink#name}

        Specified by:
        getName in interface LoggingOrganizationSinkConfig
      • getOrgId

        public final String getOrgId()
        Description copied from interface: LoggingOrganizationSinkConfig
        The numeric ID of the organization to be exported to the sink.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#org_id LoggingOrganizationSink#org_id}

        Specified by:
        getOrgId in interface LoggingOrganizationSinkConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: LoggingOrganizationSinkConfig
        A description of this sink. The maximum length of the description is 8000 characters.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#description LoggingOrganizationSink#description}

        Specified by:
        getDescription in interface LoggingOrganizationSinkConfig
      • getDisabled

        public final Object getDisabled()
        Description copied from interface: LoggingOrganizationSinkConfig
        If set to True, then this sink is disabled and it does not export any log entries.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#disabled LoggingOrganizationSink#disabled}

        Specified by:
        getDisabled in interface LoggingOrganizationSinkConfig
      • getExclusions

        public final Object getExclusions()
        Description copied from interface: LoggingOrganizationSinkConfig
        exclusions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#exclusions LoggingOrganizationSink#exclusions}

        Specified by:
        getExclusions in interface LoggingOrganizationSinkConfig
      • getFilter

        public final String getFilter()
        Description copied from interface: LoggingOrganizationSinkConfig
        The filter to apply when exporting logs. Only log entries that match the filter are exported.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#filter LoggingOrganizationSink#filter}

        Specified by:
        getFilter in interface LoggingOrganizationSinkConfig
      • getId

        public final String getId()
        Description copied from interface: LoggingOrganizationSinkConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#id LoggingOrganizationSink#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.

        Specified by:
        getId in interface LoggingOrganizationSinkConfig
      • getIncludeChildren

        public final Object getIncludeChildren()
        Description copied from interface: LoggingOrganizationSinkConfig
        Whether or not to include children organizations in the sink export.

        If true, logs associated with child projects are also exported; otherwise only logs relating to the provided organization are included. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#include_children LoggingOrganizationSink#include_children}

        Specified by:
        getIncludeChildren in interface LoggingOrganizationSinkConfig
      • getInterceptChildren

        public final Object getInterceptChildren()
        Description copied from interface: LoggingOrganizationSinkConfig
        Whether or not to intercept logs from child projects.

        If true, matching logs will not match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#intercept_children LoggingOrganizationSink#intercept_children}

        Specified by:
        getInterceptChildren in interface LoggingOrganizationSinkConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object