CloudformationFunctions

Functions

Link copied to clipboard

Provides details about a CloudFormation Type.

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.

suspend fun getExport(name: String): GetExportResult
suspend fun getExport(argument: suspend GetExportPlainArgsBuilder.() -> Unit): GetExportResult
Link copied to clipboard
suspend fun getStack(argument: GetStackPlainArgs): GetStackResult

The CloudFormation Stack data source allows access to stack outputs and other useful data including the template body.

suspend fun getStack(argument: suspend GetStackPlainArgsBuilder.() -> Unit): GetStackResult
suspend fun getStack(name: String, tags: Map<String, String>? = null): GetStackResult