Class SccV2OrganizationSccBigQueryExports.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_v2_organization_scc_big_query_exports.SccV2OrganizationSccBigQueryExports.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExports>
- Enclosing class:
- SccV2OrganizationSccBigQueryExports
@Stability(Stable) public static final class SccV2OrganizationSccBigQueryExports.Builder extends Object implements software.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExports>
A fluent builder forSccV2OrganizationSccBigQueryExports.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SccV2OrganizationSccBigQueryExports.BuilderbigQueryExportId(String bigQueryExportId)This must be unique within the organization.SccV2OrganizationSccBigQueryExportsbuild()SccV2OrganizationSccBigQueryExports.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)SccV2OrganizationSccBigQueryExports.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)SccV2OrganizationSccBigQueryExports.Buildercount(com.hashicorp.cdktf.TerraformCount count)SccV2OrganizationSccBigQueryExports.Buildercount(Number count)static SccV2OrganizationSccBigQueryExports.Buildercreate(software.constructs.Construct scope, String id)SccV2OrganizationSccBigQueryExports.Builderdataset(String dataset)The dataset to write findings' updates to.SccV2OrganizationSccBigQueryExports.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)SccV2OrganizationSccBigQueryExports.Builderdescription(String description)The description of the notification config (max of 1024 characters).SccV2OrganizationSccBigQueryExports.Builderfilter(String filter)Expression that defines the filter to apply across create/update events of findings.SccV2OrganizationSccBigQueryExports.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)SccV2OrganizationSccBigQueryExports.Builderid(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}.SccV2OrganizationSccBigQueryExports.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)SccV2OrganizationSccBigQueryExports.Builderlocation(String location)location Id is provided by organization.SccV2OrganizationSccBigQueryExports.Buildername(String name)The resource name of this export, in the format 'organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}'.SccV2OrganizationSccBigQueryExports.Builderorganization(String organization)The organization whose Cloud Security Command Center the Big Query Export Config lives in.SccV2OrganizationSccBigQueryExports.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)SccV2OrganizationSccBigQueryExports.Builderprovisioners(List<? extends Object> provisioners)SccV2OrganizationSccBigQueryExports.Buildertimeouts(SccV2OrganizationSccBigQueryExportsTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static SccV2OrganizationSccBigQueryExports.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
SccV2OrganizationSccBigQueryExports.Builder.
-
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
-
count
@Stability(Experimental) public SccV2OrganizationSccBigQueryExports.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public SccV2OrganizationSccBigQueryExports.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- 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
-
forEach
@Stability(Experimental) public SccV2OrganizationSccBigQueryExports.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- 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
-
provider
@Stability(Experimental) public SccV2OrganizationSccBigQueryExports.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public SccV2OrganizationSccBigQueryExports.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- 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
-
build
@Stability(Stable) public SccV2OrganizationSccBigQueryExports build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExports>- Returns:
- a newly built instance of
SccV2OrganizationSccBigQueryExports.
-
-