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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .

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.

Link copied to clipboard
val id: String? = null

UUID of a dataflow endpoint group.

Link copied to clipboard
val tags: List<Tag>? = null

Tags assigned to a resource.