Class SccV2OrganizationSccBigQueryExports.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public SccV2OrganizationSccBigQueryExports.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public SccV2OrganizationSccBigQueryExports.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public SccV2OrganizationSccBigQueryExports.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public SccV2OrganizationSccBigQueryExports.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • bigQueryExportId

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder bigQueryExportId​(String bigQueryExportId)
        This must be unique within the organization.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#big_query_export_id SccV2OrganizationSccBigQueryExports#big_query_export_id}

        Parameters:
        bigQueryExportId - This must be unique within the organization. This parameter is required.
        Returns:
        this
      • organization

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder organization​(String organization)
        The organization whose Cloud Security Command Center the Big Query Export Config lives in.

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

        Parameters:
        organization - The organization whose Cloud Security Command Center the Big Query Export Config lives in. This parameter is required.
        Returns:
        this
      • dataset

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder dataset​(String dataset)
        The dataset to write findings' updates to.

        Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#dataset SccV2OrganizationSccBigQueryExports#dataset}

        Parameters:
        dataset - The dataset to write findings' updates to. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder description​(String description)
        The description of the notification config (max of 1024 characters).

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

        Parameters:
        description - The description of the notification config (max of 1024 characters). This parameter is required.
        Returns:
        this
      • filter

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder filter​(String filter)
        Expression that defines the filter to apply across create/update events of findings.

        The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * > , <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes. See [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications) for information on how to write a filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#filter SccV2OrganizationSccBigQueryExports#filter}

        Parameters:
        filter - Expression that defines the filter to apply across create/update events of findings. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#id SccV2OrganizationSccBigQueryExports#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#id SccV2OrganizationSccBigQueryExports#id}. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder location​(String location)
        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_scc_big_query_exports#location SccV2OrganizationSccBigQueryExports#location}

        Parameters:
        location - location Id is provided by organization. If not provided, Use global as default. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder name​(String name)
        The resource name of this export, in the format 'organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}'.

        This field is provided in responses, and is ignored when provided in create requests. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#name SccV2OrganizationSccBigQueryExports#name}

        Parameters:
        name - The resource name of this export, in the format 'organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}'. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public SccV2OrganizationSccBigQueryExports.Builder timeouts​(SccV2OrganizationSccBigQueryExportsTimeouts timeouts)
        timeouts block.

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

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this