getConfig

AWS Ground Station config resource type for CloudFormation.

Return

null

Parameters

argument

null


suspend fun getConfig(arn: String): GetConfigResult

Return

null

Parameters

arn

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

See also


suspend fun getConfig(argument: suspend GetConfigPlainArgsBuilder.() -> Unit): GetConfigResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.groundstation.kotlin.inputs.GetConfigPlainArgs.

See also