Endpoint

Creates a new Endpoint in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The create time timestamp.

Link copied to clipboard
val description: Output<String>

User-provided description of the endpoint

Link copied to clipboard

The fully qualified URL of the endpoint's ILB Forwarding Rule.

Link copied to clipboard
val endpointId: Output<String>

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

Link copied to clipboard
val endpointIp: Output<String>

The IP address of the IDS Endpoint's ILB.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

The labels of the endpoint.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the endpoint.

Link copied to clipboard
val network: Output<String>

The fully qualified URL of the network to which the IDS Endpoint is attached.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val severity: Output<String>

Lowest threat severity that this endpoint will alert on.

Link copied to clipboard
val state: Output<String>

Current state of the endpoint.

Link copied to clipboard

List of threat IDs to be excepted from generating alerts.

Link copied to clipboard
val trafficLogs: Output<Boolean>

Whether the endpoint should report traffic logs in addition to threat logs.

Link copied to clipboard
val updateTime: Output<String>

The update time timestamp.

Link copied to clipboard
val urn: Output<String>