GetConfigResult

data class GetConfigResult(val arn: String? = null, val configData: ConfigData? = null, val id: String? = null, val name: String? = null, val tags: List<Tag>? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, configData: ConfigData? = null, id: String? = null, name: String? = null, tags: List<Tag>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val configData: ConfigData? = null

Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.

Link copied to clipboard
val id: String? = null

The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .

Link copied to clipboard
val name: String? = null

The name of the config object.

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

Tags assigned to a resource.

Link copied to clipboard
val type: String? = null

The type of the config, such as tracking .