Class CloudIdsEndpointConfig.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

      • getLocation

        public final String getLocation()
        Description copied from interface: CloudIdsEndpointConfig
        The location for the endpoint.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#location CloudIdsEndpoint#location}

        Specified by:
        getLocation in interface CloudIdsEndpointConfig
      • getName

        public final String getName()
        Description copied from interface: CloudIdsEndpointConfig
        Name of the endpoint in the format projects/{project_id}/locations/{locationId}/endpoints/{endpointId}.

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

        Specified by:
        getName in interface CloudIdsEndpointConfig
      • getNetwork

        public final String getNetwork()
        Description copied from interface: CloudIdsEndpointConfig
        Name of the VPC network that is connected to the IDS endpoint.

        This can either contain the VPC network name itself (like "src-net") or the full URL to the network (like "projects/{project_id}/global/networks/src-net"). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#network CloudIdsEndpoint#network}

        Specified by:
        getNetwork in interface CloudIdsEndpointConfig
      • getSeverity

        public final String getSeverity()
        Description copied from interface: CloudIdsEndpointConfig
        The minimum alert severity level that is reported by the endpoint. Possible values: ["INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#severity CloudIdsEndpoint#severity}

        Specified by:
        getSeverity in interface CloudIdsEndpointConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: CloudIdsEndpointConfig
        An optional description of the endpoint.

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

        Specified by:
        getDescription in interface CloudIdsEndpointConfig
      • getId

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

        public final String getProject()
        Description copied from interface: CloudIdsEndpointConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#project CloudIdsEndpoint#project}.
        Specified by:
        getProject in interface CloudIdsEndpointConfig
      • getThreatExceptions

        public final List<String> getThreatExceptions()
        Description copied from interface: CloudIdsEndpointConfig
        Configuration for threat IDs excluded from generating alerts. Limit: 99 IDs.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#threat_exceptions CloudIdsEndpoint#threat_exceptions}

        Specified by:
        getThreatExceptions in interface CloudIdsEndpointConfig
      • 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