Interface CloudIdsEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CloudIdsEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.912Z") @Stability(Stable) public interface CloudIdsEndpointConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudIdsEndpointConfig.BuilderA builder forCloudIdsEndpointConfigstatic classCloudIdsEndpointConfig.Jsii$ProxyAn implementation forCloudIdsEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudIdsEndpointConfig.Builderbuilder()default StringgetDescription()An optional description of the endpoint.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#id CloudIdsEndpoint#id}.StringgetLocation()The location for the endpoint.StringgetName()Name of the endpoint in the format projects/{project_id}/locations/{locationId}/endpoints/{endpointId}.StringgetNetwork()Name of the VPC network that is connected to the IDS endpoint.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#project CloudIdsEndpoint#project}.StringgetSeverity()The minimum alert severity level that is reported by the endpoint.default List<String>getThreatExceptions()Configuration for threat IDs excluded from generating alerts.default CloudIdsEndpointTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
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}
-
getName
@Stability(Stable) @NotNull String getName()
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}
-
getNetwork
@Stability(Stable) @NotNull String getNetwork()
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}
-
getSeverity
@Stability(Stable) @NotNull String getSeverity()
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}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
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}
-
getId
@Stability(Stable) @Nullable default String getId()
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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#project CloudIdsEndpoint#project}.
-
getThreatExceptions
@Stability(Stable) @Nullable default List<String> getThreatExceptions()
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}
-
getTimeouts
@Stability(Stable) @Nullable default CloudIdsEndpointTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_ids_endpoint#timeouts CloudIdsEndpoint#timeouts}
-
builder
@Stability(Stable) static CloudIdsEndpointConfig.Builder builder()
- Returns:
- a
CloudIdsEndpointConfig.BuilderofCloudIdsEndpointConfig
-
-