CloudformationFunctions

Functions

Link copied to clipboard

Set a version as default version for a hook in CloudFormation Registry.

Link copied to clipboard

Specifies the configuration data for a registered hook in CloudFormation Registry.

suspend fun getHookTypeConfig(configurationArn: String): GetHookTypeConfigResult
Link copied to clipboard

Publishes new or first hook version to AWS CloudFormation Registry.

Link copied to clipboard

A module that has been registered in the CloudFormation registry.

Link copied to clipboard

Test and Publish a resource that has been registered in the CloudFormation Registry.

Link copied to clipboard

Register as a publisher in the CloudFormation Registry.

suspend fun getPublisher(publisherId: String): GetPublisherResult
Link copied to clipboard

The default version of a resource that has been registered in the CloudFormation Registry.

Link copied to clipboard

A resource that has been registered in the CloudFormation Registry.

Link copied to clipboard
suspend fun getStack(argument: GetStackPlainArgs): GetStackResult

The AWS::CloudFormation::Stack resource nests a stack as a resource in a top-level template.

suspend fun getStack(stackId: String): GetStackResult
suspend fun getStack(argument: suspend GetStackPlainArgsBuilder.() -> Unit): GetStackResult
Link copied to clipboard

StackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances

suspend fun getStackSet(stackSetId: String): GetStackSetResult
suspend fun getStackSet(argument: suspend GetStackSetPlainArgsBuilder.() -> Unit): GetStackSetResult
Link copied to clipboard

Enable a resource that has been published in the CloudFormation Registry.