GetDataflowEndpointGroupResult

data class GetDataflowEndpointGroupResult(val arn: String? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

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

UUID of a dataflow endpoint group.

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

Tags assigned to a resource.