Class SccV2OrganizationSccBigQueryExportsConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_v2_organization_scc_big_query_exports.SccV2OrganizationSccBigQueryExportsConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccV2OrganizationSccBigQueryExportsConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccV2OrganizationSccBigQueryExportsConfig
@Stability(Stable) @Internal public static final class SccV2OrganizationSccBigQueryExportsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccV2OrganizationSccBigQueryExportsConfig
An implementation forSccV2OrganizationSccBigQueryExportsConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.scc_v2_organization_scc_big_query_exports.SccV2OrganizationSccBigQueryExportsConfig
SccV2OrganizationSccBigQueryExportsConfig.Builder, SccV2OrganizationSccBigQueryExportsConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccV2OrganizationSccBigQueryExportsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccV2OrganizationSccBigQueryExportsConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBigQueryExportId()This must be unique within the organization.ObjectgetConnection()ObjectgetCount()StringgetDataset()The dataset to write findings' updates to.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()The description of the notification config (max of 1024 characters).StringgetFilter()Expression that defines the filter to apply across create/update events of findings.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()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}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()location Id is provided by organization.StringgetName()The resource name of this export, in the format 'organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}'.StringgetOrganization()The organization whose Cloud Security Command Center the Big Query Export Config lives in.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()SccV2OrganizationSccBigQueryExportsTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(SccV2OrganizationSccBigQueryExportsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccV2OrganizationSccBigQueryExportsConfig.Builder.
-
-
Method Detail
-
getBigQueryExportId
public final String getBigQueryExportId()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigThis 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}
- Specified by:
getBigQueryExportIdin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getOrganization
public final String getOrganization()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigThe 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}
- Specified by:
getOrganizationin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getDataset
public final String getDataset()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigThe 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}
- Specified by:
getDatasetin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigThe 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}
- Specified by:
getDescriptionin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getFilter
public final String getFilter()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigExpression 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} - Specified by:
getFilterin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getId
public final String getId()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigDocs 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.
- Specified by:
getIdin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getLocation
public final String getLocation()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfiglocation 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}
- Specified by:
getLocationin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getName
public final String getName()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigThe 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}
- Specified by:
getNamein interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getTimeouts
public final SccV2OrganizationSccBigQueryExportsTimeouts getTimeouts()
Description copied from interface:SccV2OrganizationSccBigQueryExportsConfigtimeouts 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}
- Specified by:
getTimeoutsin interfaceSccV2OrganizationSccBigQueryExportsConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-