GetDataflowEndpointGroupResult

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<DataflowEndpointGroupTag>? = null)

Constructors

Link copied to clipboard
fun GetDataflowEndpointGroupResult(arn: String? = null, contactPostPassDurationSeconds: Int? = null, contactPrePassDurationSeconds: Int? = null, endpointDetails: List<DataflowEndpointGroupEndpointDetails>? = null, id: String? = null, tags: List<DataflowEndpointGroupTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
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
val id: String? = null
Link copied to clipboard