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<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)