Get Dataflow Endpoint Group Result
data class GetDataflowEndpointGroupResult(val arn: String? = null, val contactPostPassDurationSeconds: Int? = null, val contactPrePassDurationSeconds: Int? = null, val endpointDetails: List<DataflowEndpointGroupEndpointDetails>? = null, val id: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the POSTPASS state.
Link copied to clipboard
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the PREPASS state.
Link copied to clipboard
List of Endpoint Details, containing address and port for each endpoint.