DataflowEndpointGroupAwsGroundStationAgentEndpointArgs

data class DataflowEndpointGroupAwsGroundStationAgentEndpointArgs(val agentStatus: Output<DataflowEndpointGroupAgentStatus>? = null, val auditResults: Output<DataflowEndpointGroupAuditResults>? = null, val egressAddress: Output<DataflowEndpointGroupConnectionDetailsArgs>? = null, val ingressAddress: Output<DataflowEndpointGroupRangedConnectionDetailsArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<DataflowEndpointGroupAwsGroundStationAgentEndpointArgs>

Information about AwsGroundStationAgentEndpoint.

Constructors

constructor(agentStatus: Output<DataflowEndpointGroupAgentStatus>? = null, auditResults: Output<DataflowEndpointGroupAuditResults>? = null, egressAddress: Output<DataflowEndpointGroupConnectionDetailsArgs>? = null, ingressAddress: Output<DataflowEndpointGroupRangedConnectionDetailsArgs>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

The status of AgentEndpoint.

Link copied to clipboard

The results of the audit.

Link copied to clipboard

The egress address of AgentEndpoint.

Link copied to clipboard

The ingress address of AgentEndpoint.

Link copied to clipboard
val name: Output<String>? = null

Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.

Functions

Link copied to clipboard
open override fun toJava(): DataflowEndpointGroupAwsGroundStationAgentEndpointArgs