Interface SccV2OrganizationMuteConfigConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    SccV2OrganizationMuteConfigConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.625Z")
    @Stability(Stable)
    public interface SccV2OrganizationMuteConfigConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getFilter

        @Stability(Stable)
        @NotNull
        String getFilter()
        An expression that defines the filter to apply across create/update events of findings.

        While creating a filter string, be mindful of the scope in which the mute configuration is being created. E.g., If a filter contains project = X but is created under the project = Y scope, it might not match any findings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#filter SccV2OrganizationMuteConfig#filter}

      • getMuteConfigId

        @Stability(Stable)
        @NotNull
        String getMuteConfigId()
        Unique identifier provided by the client within the parent scope.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#mute_config_id SccV2OrganizationMuteConfig#mute_config_id}

      • getOrganization

        @Stability(Stable)
        @NotNull
        String getOrganization()
        The organization whose Cloud Security Command Center the Mute Config lives in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#organization SccV2OrganizationMuteConfig#organization}

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        The type of the mute config.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#type SccV2OrganizationMuteConfig#type}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        A description of the mute config.

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

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#id SccV2OrganizationMuteConfig#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()
        location Id is provided by organization. If not provided, Use global as default.

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

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default SccV2OrganizationMuteConfigTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_mute_config#timeouts SccV2OrganizationMuteConfig#timeouts}