Config

class Config : KotlinCustomResource

AWS Ground Station config resource type for CloudFormation.

Properties

Link copied to clipboard
val arn: Output<String>

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 awsId: Output<String>

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

Link copied to clipboard
val configData: Output<ConfigData>

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: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the config object.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Tags assigned to a resource.

Link copied to clipboard
val type: Output<String>

The type of the config, such as tracking .

Link copied to clipboard
val urn: Output<String>