DataflowEndpointGroupArgs

data class DataflowEndpointGroupArgs(val contactPostPassDurationSeconds: Output<Int>? = null, val contactPrePassDurationSeconds: Output<Int>? = null, val endpointDetails: Output<List<DataflowEndpointGroupEndpointDetailsArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataflowEndpointGroupArgs>

AWS Ground Station DataflowEndpointGroup schema for CloudFormation

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(contactPostPassDurationSeconds: Output<Int>? = null, contactPrePassDurationSeconds: Output<Int>? = null, endpointDetails: Output<List<DataflowEndpointGroupEndpointDetailsArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val contactPostPassDurationSeconds: Output<Int>? = null

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
val contactPrePassDurationSeconds: Output<Int>? = null

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 tags: Output<List<TagArgs>>? = null

Tags assigned to a resource.

Functions

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