Cloudformation Functions
object CloudformationFunctions
Functions
Link copied to clipboard
suspend fun getCloudFormationType(argument: GetCloudFormationTypePlainArgs): GetCloudFormationTypeResult
Provides details about a CloudFormation Type.
suspend fun getCloudFormationType(argument: suspend GetCloudFormationTypePlainArgsBuilder.() -> Unit): GetCloudFormationTypeResult
suspend fun getCloudFormationType(arn: String? = null, type: String? = null, typeName: String? = null, versionId: String? = null): GetCloudFormationTypeResult
Link copied to clipboard
The CloudFormation Export data source allows access to stack exports specified in the Output section of the Cloudformation Template using the optional Export Property.
Link copied to clipboard
The CloudFormation Stack data source allows access to stack outputs and other useful data including the template body.