Dataflow Endpoint Group Aws Ground Station Agent Endpoint Args
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
Link copied to clipboard
constructor(agentStatus: Output<DataflowEndpointGroupAgentStatus>? = null, auditResults: Output<DataflowEndpointGroupAuditResults>? = null, egressAddress: Output<DataflowEndpointGroupConnectionDetailsArgs>? = null, ingressAddress: Output<DataflowEndpointGroupRangedConnectionDetailsArgs>? = null, name: Output<String>? = null)