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