ConfigArgs

data class ConfigArgs(val configData: Output<ConfigDataArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfigArgs>

AWS Ground Station config resource type for CloudFormation.

Constructors

Link copied to clipboard
constructor(configData: Output<ConfigDataArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val configData: Output<ConfigDataArgs>? = 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 name: Output<String>? = null

The name of the config object.

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

Tags assigned to a resource.

Functions

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