get Cloud Formation Stack Set
suspend fun getCloudFormationStackSet(argument: GetCloudFormationStackSetPlainArgs): GetCloudFormationStackSetResult
Get a CloudFormationStackSet Uses Azure REST API version 2024-12-01.
Return
A Microsoft.AwsConnector resource
Parameters
argument
null
suspend fun getCloudFormationStackSet(name: String, resourceGroupName: String): GetCloudFormationStackSetResult
Return
A Microsoft.AwsConnector resource
Parameters
name
Name of CloudFormationStackSet
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCloudFormationStackSet(argument: suspend GetCloudFormationStackSetPlainArgsBuilder.() -> Unit): GetCloudFormationStackSetResult
Return
A Microsoft.AwsConnector resource
Parameters
argument
Builder for com.pulumi.azurenative.awsconnector.kotlin.inputs.GetCloudFormationStackSetPlainArgs.