azure-native.awsconnector.CloudFormationStack
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
CloudFormationStacks_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var cloudFormationStack = new AzureNative.AwsConnector.CloudFormationStack("cloudFormationStack", new()
    {
        Location = "igidmxpchpipflxgxqkge",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.CloudFormationStackPropertiesArgs
        {
            Arn = "wnbcxhzurwtzqcoirs",
            AwsAccountId = "yuzdhawgkrzzmppqjebmyzrqzsxbgh",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudFormationStackPropertiesArgs
            {
                Capabilities = new[]
                {
                    AzureNative.AwsConnector.Capabilities.CAPABILITY_AUTO_EXPAND,
                },
                ChangeSetId = "diebgdscxgdrjl",
                CreationTime = "rbzmujrpza",
                Description = "qgthunuomcbskx",
                DisableRollback = true,
                EnableTerminationProtection = true,
                LastUpdateTime = "ziwluvridlkgt",
                NotificationARNs = new[]
                {
                    "hiumjcobumu",
                },
                Outputs = new[]
                {
                    new AzureNative.AwsConnector.Inputs.OutputArgs
                    {
                        Description = "yr",
                        ExportName = "inzgbtgxtlkmbsthsiqyaownydl",
                        OutputKey = "oxvigtrakftzifxp",
                        OutputValue = "xrkebm",
                    },
                },
                Parameters = 
                {
                    { "key3924", "g" },
                },
                ParentId = "spfnpubjgnn",
                RoleARN = "chneost",
                RootId = "dm",
                StackId = "pfdvktglgjlp",
                StackName = "kcpmjgjmtil",
                StackPolicyURL = "azff",
                StackStatus = AzureNative.AwsConnector.StackStatus.CREATE_COMPLETE,
                StackStatusReason = "oashauqgm",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "xjabhkryhrdgshmztidyvkbzqw",
                        Value = "xapmapwprakmhlboq",
                    },
                },
                TemplateURL = "prpgfhggbaglqposmnlkc",
                TimeoutInMinutes = 21,
            },
            AwsRegion = "ovumxnjlsoffpzxyegazwgujni",
            AwsSourceSchema = "ascbhyeewelekovixg",
            AwsTags = 
            {
                { "key6002", "lkyagteqeoafj" },
            },
            PublicCloudConnectorsResourceId = "ccuizanjtbypcrcdmoelfyjkx",
            PublicCloudResourceName = "vjnhdxpreaebeaxeqmrhfuro",
        },
        ResourceGroupName = "rgcloudFormationStack",
        Tags = 
        {
            { "key8740", "gebtpejhvwgd" },
        },
    });
});
package main
import (
	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := awsconnector.NewCloudFormationStack(ctx, "cloudFormationStack", &awsconnector.CloudFormationStackArgs{
			Location: pulumi.String("igidmxpchpipflxgxqkge"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.CloudFormationStackPropertiesArgs{
				Arn:          pulumi.String("wnbcxhzurwtzqcoirs"),
				AwsAccountId: pulumi.String("yuzdhawgkrzzmppqjebmyzrqzsxbgh"),
				AwsProperties: &awsconnector.AwsCloudFormationStackPropertiesArgs{
					Capabilities: pulumi.StringArray{
						pulumi.String(awsconnector.Capabilities_CAPABILITY_AUTO_EXPAND),
					},
					ChangeSetId:                 pulumi.String("diebgdscxgdrjl"),
					CreationTime:                pulumi.String("rbzmujrpza"),
					Description:                 pulumi.String("qgthunuomcbskx"),
					DisableRollback:             pulumi.Bool(true),
					EnableTerminationProtection: pulumi.Bool(true),
					LastUpdateTime:              pulumi.String("ziwluvridlkgt"),
					NotificationARNs: pulumi.StringArray{
						pulumi.String("hiumjcobumu"),
					},
					Outputs: awsconnector.OutputArray{
						awsconnector.OutputArgs{
							Description: pulumi.String("yr"),
							ExportName:  pulumi.String("inzgbtgxtlkmbsthsiqyaownydl"),
							OutputKey:   pulumi.String("oxvigtrakftzifxp"),
							OutputValue: pulumi.String("xrkebm"),
						},
					},
					Parameters: pulumi.StringMap{
						"key3924": pulumi.String("g"),
					},
					ParentId:          pulumi.String("spfnpubjgnn"),
					RoleARN:           pulumi.String("chneost"),
					RootId:            pulumi.String("dm"),
					StackId:           pulumi.String("pfdvktglgjlp"),
					StackName:         pulumi.String("kcpmjgjmtil"),
					StackPolicyURL:    pulumi.String("azff"),
					StackStatus:       pulumi.String(awsconnector.StackStatus_CREATE_COMPLETE),
					StackStatusReason: pulumi.String("oashauqgm"),
					Tags: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("xjabhkryhrdgshmztidyvkbzqw"),
							Value: pulumi.String("xapmapwprakmhlboq"),
						},
					},
					TemplateURL:      pulumi.String("prpgfhggbaglqposmnlkc"),
					TimeoutInMinutes: pulumi.Int(21),
				},
				AwsRegion:       pulumi.String("ovumxnjlsoffpzxyegazwgujni"),
				AwsSourceSchema: pulumi.String("ascbhyeewelekovixg"),
				AwsTags: pulumi.StringMap{
					"key6002": pulumi.String("lkyagteqeoafj"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("ccuizanjtbypcrcdmoelfyjkx"),
				PublicCloudResourceName:         pulumi.String("vjnhdxpreaebeaxeqmrhfuro"),
			},
			ResourceGroupName: pulumi.String("rgcloudFormationStack"),
			Tags: pulumi.StringMap{
				"key8740": pulumi.String("gebtpejhvwgd"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.CloudFormationStack;
import com.pulumi.azurenative.awsconnector.CloudFormationStackArgs;
import com.pulumi.azurenative.awsconnector.inputs.CloudFormationStackPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsCloudFormationStackPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        var cloudFormationStack = new CloudFormationStack("cloudFormationStack", CloudFormationStackArgs.builder()
            .location("igidmxpchpipflxgxqkge")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(CloudFormationStackPropertiesArgs.builder()
                .arn("wnbcxhzurwtzqcoirs")
                .awsAccountId("yuzdhawgkrzzmppqjebmyzrqzsxbgh")
                .awsProperties(AwsCloudFormationStackPropertiesArgs.builder()
                    .capabilities("CAPABILITY_AUTO_EXPAND")
                    .changeSetId("diebgdscxgdrjl")
                    .creationTime("rbzmujrpza")
                    .description("qgthunuomcbskx")
                    .disableRollback(true)
                    .enableTerminationProtection(true)
                    .lastUpdateTime("ziwluvridlkgt")
                    .notificationARNs("hiumjcobumu")
                    .outputs(OutputArgs.builder()
                        .description("yr")
                        .exportName("inzgbtgxtlkmbsthsiqyaownydl")
                        .outputKey("oxvigtrakftzifxp")
                        .outputValue("xrkebm")
                        .build())
                    .parameters(Map.of("key3924", "g"))
                    .parentId("spfnpubjgnn")
                    .roleARN("chneost")
                    .rootId("dm")
                    .stackId("pfdvktglgjlp")
                    .stackName("kcpmjgjmtil")
                    .stackPolicyURL("azff")
                    .stackStatus("CREATE_COMPLETE")
                    .stackStatusReason("oashauqgm")
                    .tags(TagArgs.builder()
                        .key("xjabhkryhrdgshmztidyvkbzqw")
                        .value("xapmapwprakmhlboq")
                        .build())
                    .templateURL("prpgfhggbaglqposmnlkc")
                    .timeoutInMinutes(21)
                    .build())
                .awsRegion("ovumxnjlsoffpzxyegazwgujni")
                .awsSourceSchema("ascbhyeewelekovixg")
                .awsTags(Map.of("key6002", "lkyagteqeoafj"))
                .publicCloudConnectorsResourceId("ccuizanjtbypcrcdmoelfyjkx")
                .publicCloudResourceName("vjnhdxpreaebeaxeqmrhfuro")
                .build())
            .resourceGroupName("rgcloudFormationStack")
            .tags(Map.of("key8740", "gebtpejhvwgd"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const cloudFormationStack = new azure_native.awsconnector.CloudFormationStack("cloudFormationStack", {
    location: "igidmxpchpipflxgxqkge",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "wnbcxhzurwtzqcoirs",
        awsAccountId: "yuzdhawgkrzzmppqjebmyzrqzsxbgh",
        awsProperties: {
            capabilities: [azure_native.awsconnector.Capabilities.CAPABILITY_AUTO_EXPAND],
            changeSetId: "diebgdscxgdrjl",
            creationTime: "rbzmujrpza",
            description: "qgthunuomcbskx",
            disableRollback: true,
            enableTerminationProtection: true,
            lastUpdateTime: "ziwluvridlkgt",
            notificationARNs: ["hiumjcobumu"],
            outputs: [{
                description: "yr",
                exportName: "inzgbtgxtlkmbsthsiqyaownydl",
                outputKey: "oxvigtrakftzifxp",
                outputValue: "xrkebm",
            }],
            parameters: {
                key3924: "g",
            },
            parentId: "spfnpubjgnn",
            roleARN: "chneost",
            rootId: "dm",
            stackId: "pfdvktglgjlp",
            stackName: "kcpmjgjmtil",
            stackPolicyURL: "azff",
            stackStatus: azure_native.awsconnector.StackStatus.CREATE_COMPLETE,
            stackStatusReason: "oashauqgm",
            tags: [{
                key: "xjabhkryhrdgshmztidyvkbzqw",
                value: "xapmapwprakmhlboq",
            }],
            templateURL: "prpgfhggbaglqposmnlkc",
            timeoutInMinutes: 21,
        },
        awsRegion: "ovumxnjlsoffpzxyegazwgujni",
        awsSourceSchema: "ascbhyeewelekovixg",
        awsTags: {
            key6002: "lkyagteqeoafj",
        },
        publicCloudConnectorsResourceId: "ccuizanjtbypcrcdmoelfyjkx",
        publicCloudResourceName: "vjnhdxpreaebeaxeqmrhfuro",
    },
    resourceGroupName: "rgcloudFormationStack",
    tags: {
        key8740: "gebtpejhvwgd",
    },
});
import pulumi
import pulumi_azure_native as azure_native
cloud_formation_stack = azure_native.awsconnector.CloudFormationStack("cloudFormationStack",
    location="igidmxpchpipflxgxqkge",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "wnbcxhzurwtzqcoirs",
        "aws_account_id": "yuzdhawgkrzzmppqjebmyzrqzsxbgh",
        "aws_properties": {
            "capabilities": [azure_native.awsconnector.Capabilities.CAPABILIT_Y_AUT_O_EXPAND],
            "change_set_id": "diebgdscxgdrjl",
            "creation_time": "rbzmujrpza",
            "description": "qgthunuomcbskx",
            "disable_rollback": True,
            "enable_termination_protection": True,
            "last_update_time": "ziwluvridlkgt",
            "notification_arns": ["hiumjcobumu"],
            "outputs": [{
                "description": "yr",
                "export_name": "inzgbtgxtlkmbsthsiqyaownydl",
                "output_key": "oxvigtrakftzifxp",
                "output_value": "xrkebm",
            }],
            "parameters": {
                "key3924": "g",
            },
            "parent_id": "spfnpubjgnn",
            "role_arn": "chneost",
            "root_id": "dm",
            "stack_id": "pfdvktglgjlp",
            "stack_name": "kcpmjgjmtil",
            "stack_policy_url": "azff",
            "stack_status": azure_native.awsconnector.StackStatus.CREAT_E_COMPLETE,
            "stack_status_reason": "oashauqgm",
            "tags": [{
                "key": "xjabhkryhrdgshmztidyvkbzqw",
                "value": "xapmapwprakmhlboq",
            }],
            "template_url": "prpgfhggbaglqposmnlkc",
            "timeout_in_minutes": 21,
        },
        "aws_region": "ovumxnjlsoffpzxyegazwgujni",
        "aws_source_schema": "ascbhyeewelekovixg",
        "aws_tags": {
            "key6002": "lkyagteqeoafj",
        },
        "public_cloud_connectors_resource_id": "ccuizanjtbypcrcdmoelfyjkx",
        "public_cloud_resource_name": "vjnhdxpreaebeaxeqmrhfuro",
    },
    resource_group_name="rgcloudFormationStack",
    tags={
        "key8740": "gebtpejhvwgd",
    })
resources:
  cloudFormationStack:
    type: azure-native:awsconnector:CloudFormationStack
    properties:
      location: igidmxpchpipflxgxqkge
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: wnbcxhzurwtzqcoirs
        awsAccountId: yuzdhawgkrzzmppqjebmyzrqzsxbgh
        awsProperties:
          capabilities:
            - CAPABILITY_AUTO_EXPAND
          changeSetId: diebgdscxgdrjl
          creationTime: rbzmujrpza
          description: qgthunuomcbskx
          disableRollback: true
          enableTerminationProtection: true
          lastUpdateTime: ziwluvridlkgt
          notificationARNs:
            - hiumjcobumu
          outputs:
            - description: yr
              exportName: inzgbtgxtlkmbsthsiqyaownydl
              outputKey: oxvigtrakftzifxp
              outputValue: xrkebm
          parameters:
            key3924: g
          parentId: spfnpubjgnn
          roleARN: chneost
          rootId: dm
          stackId: pfdvktglgjlp
          stackName: kcpmjgjmtil
          stackPolicyURL: azff
          stackStatus: CREATE_COMPLETE
          stackStatusReason: oashauqgm
          tags:
            - key: xjabhkryhrdgshmztidyvkbzqw
              value: xapmapwprakmhlboq
          templateURL: prpgfhggbaglqposmnlkc
          timeoutInMinutes: 21
        awsRegion: ovumxnjlsoffpzxyegazwgujni
        awsSourceSchema: ascbhyeewelekovixg
        awsTags:
          key6002: lkyagteqeoafj
        publicCloudConnectorsResourceId: ccuizanjtbypcrcdmoelfyjkx
        publicCloudResourceName: vjnhdxpreaebeaxeqmrhfuro
      resourceGroupName: rgcloudFormationStack
      tags:
        key8740: gebtpejhvwgd
Create CloudFormationStack Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudFormationStack(name: string, args: CloudFormationStackArgs, opts?: CustomResourceOptions);@overload
def CloudFormationStack(resource_name: str,
                        args: CloudFormationStackArgs,
                        opts: Optional[ResourceOptions] = None)
@overload
def CloudFormationStack(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        resource_group_name: Optional[str] = None,
                        location: Optional[str] = None,
                        name: Optional[str] = None,
                        properties: Optional[CloudFormationStackPropertiesArgs] = None,
                        tags: Optional[Mapping[str, str]] = None)func NewCloudFormationStack(ctx *Context, name string, args CloudFormationStackArgs, opts ...ResourceOption) (*CloudFormationStack, error)public CloudFormationStack(string name, CloudFormationStackArgs args, CustomResourceOptions? opts = null)
public CloudFormationStack(String name, CloudFormationStackArgs args)
public CloudFormationStack(String name, CloudFormationStackArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:CloudFormationStack
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudFormationStackArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudFormationStackArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudFormationStackArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudFormationStackArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudFormationStackArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudFormationStackResource = new AzureNative.AwsConnector.CloudFormationStack("cloudFormationStackResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.CloudFormationStackPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudFormationStackPropertiesArgs
        {
            Capabilities = new[]
            {
                "string",
            },
            ChangeSetId = "string",
            CreationTime = "string",
            Description = "string",
            DisableRollback = false,
            EnableTerminationProtection = false,
            LastUpdateTime = "string",
            NotificationARNs = new[]
            {
                "string",
            },
            Outputs = new[]
            {
                new AzureNative.AwsConnector.Inputs.OutputArgs
                {
                    Description = "string",
                    ExportName = "string",
                    OutputKey = "string",
                    OutputValue = "string",
                },
            },
            Parameters = 
            {
                { "string", "string" },
            },
            ParentId = "string",
            RoleARN = "string",
            RootId = "string",
            StackId = "string",
            StackName = "string",
            StackPolicyBody = "any",
            StackPolicyURL = "string",
            StackStatus = "string",
            StackStatusReason = "string",
            Tags = new[]
            {
                new AzureNative.AwsConnector.Inputs.TagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            TemplateBody = "any",
            TemplateURL = "string",
            TimeoutInMinutes = 0,
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := awsconnector.NewCloudFormationStack(ctx, "cloudFormationStackResource", &awsconnector.CloudFormationStackArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.CloudFormationStackPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsCloudFormationStackPropertiesArgs{
			Capabilities: pulumi.StringArray{
				pulumi.String("string"),
			},
			ChangeSetId:                 pulumi.String("string"),
			CreationTime:                pulumi.String("string"),
			Description:                 pulumi.String("string"),
			DisableRollback:             pulumi.Bool(false),
			EnableTerminationProtection: pulumi.Bool(false),
			LastUpdateTime:              pulumi.String("string"),
			NotificationARNs: pulumi.StringArray{
				pulumi.String("string"),
			},
			Outputs: awsconnector.OutputArray{
				awsconnector.OutputArgs{
					Description: pulumi.String("string"),
					ExportName:  pulumi.String("string"),
					OutputKey:   pulumi.String("string"),
					OutputValue: pulumi.String("string"),
				},
			},
			Parameters: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ParentId:          pulumi.String("string"),
			RoleARN:           pulumi.String("string"),
			RootId:            pulumi.String("string"),
			StackId:           pulumi.String("string"),
			StackName:         pulumi.String("string"),
			StackPolicyBody:   pulumi.Any("any"),
			StackPolicyURL:    pulumi.String("string"),
			StackStatus:       pulumi.String("string"),
			StackStatusReason: pulumi.String("string"),
			Tags: awsconnector.TagArray{
				&awsconnector.TagArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			TemplateBody:     pulumi.Any("any"),
			TemplateURL:      pulumi.String("string"),
			TimeoutInMinutes: pulumi.Int(0),
		},
		AwsRegion:       pulumi.String("string"),
		AwsSourceSchema: pulumi.String("string"),
		AwsTags: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		PublicCloudConnectorsResourceId: pulumi.String("string"),
		PublicCloudResourceName:         pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var cloudFormationStackResource = new CloudFormationStack("cloudFormationStackResource", CloudFormationStackArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(CloudFormationStackPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsCloudFormationStackPropertiesArgs.builder()
            .capabilities("string")
            .changeSetId("string")
            .creationTime("string")
            .description("string")
            .disableRollback(false)
            .enableTerminationProtection(false)
            .lastUpdateTime("string")
            .notificationARNs("string")
            .outputs(OutputArgs.builder()
                .description("string")
                .exportName("string")
                .outputKey("string")
                .outputValue("string")
                .build())
            .parameters(Map.of("string", "string"))
            .parentId("string")
            .roleARN("string")
            .rootId("string")
            .stackId("string")
            .stackName("string")
            .stackPolicyBody("any")
            .stackPolicyURL("string")
            .stackStatus("string")
            .stackStatusReason("string")
            .tags(TagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .templateBody("any")
            .templateURL("string")
            .timeoutInMinutes(0)
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
cloud_formation_stack_resource = azure_native.awsconnector.CloudFormationStack("cloudFormationStackResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "capabilities": ["string"],
            "change_set_id": "string",
            "creation_time": "string",
            "description": "string",
            "disable_rollback": False,
            "enable_termination_protection": False,
            "last_update_time": "string",
            "notification_arns": ["string"],
            "outputs": [{
                "description": "string",
                "export_name": "string",
                "output_key": "string",
                "output_value": "string",
            }],
            "parameters": {
                "string": "string",
            },
            "parent_id": "string",
            "role_arn": "string",
            "root_id": "string",
            "stack_id": "string",
            "stack_name": "string",
            "stack_policy_body": "any",
            "stack_policy_url": "string",
            "stack_status": "string",
            "stack_status_reason": "string",
            "tags": [{
                "key": "string",
                "value": "string",
            }],
            "template_body": "any",
            "template_url": "string",
            "timeout_in_minutes": 0,
        },
        "aws_region": "string",
        "aws_source_schema": "string",
        "aws_tags": {
            "string": "string",
        },
        "public_cloud_connectors_resource_id": "string",
        "public_cloud_resource_name": "string",
    },
    tags={
        "string": "string",
    })
const cloudFormationStackResource = new azure_native.awsconnector.CloudFormationStack("cloudFormationStackResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            capabilities: ["string"],
            changeSetId: "string",
            creationTime: "string",
            description: "string",
            disableRollback: false,
            enableTerminationProtection: false,
            lastUpdateTime: "string",
            notificationARNs: ["string"],
            outputs: [{
                description: "string",
                exportName: "string",
                outputKey: "string",
                outputValue: "string",
            }],
            parameters: {
                string: "string",
            },
            parentId: "string",
            roleARN: "string",
            rootId: "string",
            stackId: "string",
            stackName: "string",
            stackPolicyBody: "any",
            stackPolicyURL: "string",
            stackStatus: "string",
            stackStatusReason: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
            templateBody: "any",
            templateURL: "string",
            timeoutInMinutes: 0,
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:awsconnector:CloudFormationStack
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            capabilities:
                - string
            changeSetId: string
            creationTime: string
            description: string
            disableRollback: false
            enableTerminationProtection: false
            lastUpdateTime: string
            notificationARNs:
                - string
            outputs:
                - description: string
                  exportName: string
                  outputKey: string
                  outputValue: string
            parameters:
                string: string
            parentId: string
            roleARN: string
            rootId: string
            stackId: string
            stackName: string
            stackPolicyBody: any
            stackPolicyURL: string
            stackStatus: string
            stackStatusReason: string
            tags:
                - key: string
                  value: string
            templateBody: any
            templateURL: string
            timeoutInMinutes: 0
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
CloudFormationStack Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudFormationStack resource accepts the following input properties:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of CloudFormationStack
- Properties
Pulumi.Azure Native. Aws Connector. Inputs. Cloud Formation Stack Properties 
- The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of CloudFormationStack
- Properties
CloudFormation Stack Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of CloudFormationStack
- properties
CloudFormation Stack Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of CloudFormationStack
- properties
CloudFormation Stack Properties 
- The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of CloudFormationStack
- properties
CloudFormation Stack Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of CloudFormationStack
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudFormationStack resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData Pulumi.Azure Native. Aws Connector. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AwsCloudFormationStackProperties, AwsCloudFormationStackPropertiesArgs          
- Capabilities
List<Union<string, Pulumi.Azure Native. Aws Connector. Capabilities>> 
- Property capabilities
- ChangeSet stringId 
- Property changeSetId
- CreationTime string
- Property creationTime
- Description string
- Property description
- DisableRollback bool
- Property disableRollback
- EnableTermination boolProtection 
- Property enableTerminationProtection
- LastUpdate stringTime 
- Property lastUpdateTime
- NotificationARNs List<string>
- Property notificationARNs
- Outputs
List<Pulumi.Azure Native. Aws Connector. Inputs. Output> 
- Property outputs
- Parameters Dictionary<string, string>
- Property parameters
- ParentId string
- Property parentId
- RoleARN string
- Property roleARN
- RootId string
- Property rootId
- StackId string
- Property stackId
- StackName string
- Property stackName
- StackPolicy objectBody 
- Property stackPolicyBody
- StackPolicy stringURL 
- Property stackPolicyURL
- StackStatus string | Pulumi.Azure Native. Aws Connector. Stack Status 
- Property stackStatus
- StackStatus stringReason 
- Property stackStatusReason
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- Property tags
- TemplateBody object
- Property templateBody
- TemplateURL string
- Property templateURL
- TimeoutIn intMinutes 
- Property timeoutInMinutes
- Capabilities []string
- Property capabilities
- ChangeSet stringId 
- Property changeSetId
- CreationTime string
- Property creationTime
- Description string
- Property description
- DisableRollback bool
- Property disableRollback
- EnableTermination boolProtection 
- Property enableTerminationProtection
- LastUpdate stringTime 
- Property lastUpdateTime
- NotificationARNs []string
- Property notificationARNs
- Outputs []Output
- Property outputs
- Parameters map[string]string
- Property parameters
- ParentId string
- Property parentId
- RoleARN string
- Property roleARN
- RootId string
- Property rootId
- StackId string
- Property stackId
- StackName string
- Property stackName
- StackPolicy interface{}Body 
- Property stackPolicyBody
- StackPolicy stringURL 
- Property stackPolicyURL
- StackStatus string | StackStatus 
- Property stackStatus
- StackStatus stringReason 
- Property stackStatusReason
- []Tag
- Property tags
- TemplateBody interface{}
- Property templateBody
- TemplateURL string
- Property templateURL
- TimeoutIn intMinutes 
- Property timeoutInMinutes
- capabilities List<Either<String,Capabilities>>
- Property capabilities
- changeSet StringId 
- Property changeSetId
- creationTime String
- Property creationTime
- description String
- Property description
- disableRollback Boolean
- Property disableRollback
- enableTermination BooleanProtection 
- Property enableTerminationProtection
- lastUpdate StringTime 
- Property lastUpdateTime
- notificationARNs List<String>
- Property notificationARNs
- outputs List<Output>
- Property outputs
- parameters Map<String,String>
- Property parameters
- parentId String
- Property parentId
- roleARN String
- Property roleARN
- rootId String
- Property rootId
- stackId String
- Property stackId
- stackName String
- Property stackName
- stackPolicy ObjectBody 
- Property stackPolicyBody
- stackPolicy StringURL 
- Property stackPolicyURL
- stackStatus String | StackStatus 
- Property stackStatus
- stackStatus StringReason 
- Property stackStatusReason
- List<Tag>
- Property tags
- templateBody Object
- Property templateBody
- templateURL String
- Property templateURL
- timeoutIn IntegerMinutes 
- Property timeoutInMinutes
- capabilities (string | Capabilities)[]
- Property capabilities
- changeSet stringId 
- Property changeSetId
- creationTime string
- Property creationTime
- description string
- Property description
- disableRollback boolean
- Property disableRollback
- enableTermination booleanProtection 
- Property enableTerminationProtection
- lastUpdate stringTime 
- Property lastUpdateTime
- notificationARNs string[]
- Property notificationARNs
- outputs Output[]
- Property outputs
- parameters {[key: string]: string}
- Property parameters
- parentId string
- Property parentId
- roleARN string
- Property roleARN
- rootId string
- Property rootId
- stackId string
- Property stackId
- stackName string
- Property stackName
- stackPolicy anyBody 
- Property stackPolicyBody
- stackPolicy stringURL 
- Property stackPolicyURL
- stackStatus string | StackStatus 
- Property stackStatus
- stackStatus stringReason 
- Property stackStatusReason
- Tag[]
- Property tags
- templateBody any
- Property templateBody
- templateURL string
- Property templateURL
- timeoutIn numberMinutes 
- Property timeoutInMinutes
- capabilities Sequence[Union[str, Capabilities]]
- Property capabilities
- change_set_ strid 
- Property changeSetId
- creation_time str
- Property creationTime
- description str
- Property description
- disable_rollback bool
- Property disableRollback
- enable_termination_ boolprotection 
- Property enableTerminationProtection
- last_update_ strtime 
- Property lastUpdateTime
- notification_arns Sequence[str]
- Property notificationARNs
- outputs Sequence[Output]
- Property outputs
- parameters Mapping[str, str]
- Property parameters
- parent_id str
- Property parentId
- role_arn str
- Property roleARN
- root_id str
- Property rootId
- stack_id str
- Property stackId
- stack_name str
- Property stackName
- stack_policy_ Anybody 
- Property stackPolicyBody
- stack_policy_ strurl 
- Property stackPolicyURL
- stack_status str | StackStatus 
- Property stackStatus
- stack_status_ strreason 
- Property stackStatusReason
- Sequence[Tag]
- Property tags
- template_body Any
- Property templateBody
- template_url str
- Property templateURL
- timeout_in_ intminutes 
- Property timeoutInMinutes
- capabilities List<String | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM">
- Property capabilities
- changeSet StringId 
- Property changeSetId
- creationTime String
- Property creationTime
- description String
- Property description
- disableRollback Boolean
- Property disableRollback
- enableTermination BooleanProtection 
- Property enableTerminationProtection
- lastUpdate StringTime 
- Property lastUpdateTime
- notificationARNs List<String>
- Property notificationARNs
- outputs List<Property Map>
- Property outputs
- parameters Map<String>
- Property parameters
- parentId String
- Property parentId
- roleARN String
- Property roleARN
- rootId String
- Property rootId
- stackId String
- Property stackId
- stackName String
- Property stackName
- stackPolicy AnyBody 
- Property stackPolicyBody
- stackPolicy StringURL 
- Property stackPolicyURL
- stackStatus String | "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_COMPLETE" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_IN_PROGRESS" | "REVIEW_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS"
- Property stackStatus
- stackStatus StringReason 
- Property stackStatusReason
- List<Property Map>
- Property tags
- templateBody Any
- Property templateBody
- templateURL String
- Property templateURL
- timeoutIn NumberMinutes 
- Property timeoutInMinutes
AwsCloudFormationStackPropertiesResponse, AwsCloudFormationStackPropertiesResponseArgs            
- Capabilities List<string>
- Property capabilities
- ChangeSet stringId 
- Property changeSetId
- CreationTime string
- Property creationTime
- Description string
- Property description
- DisableRollback bool
- Property disableRollback
- EnableTermination boolProtection 
- Property enableTerminationProtection
- LastUpdate stringTime 
- Property lastUpdateTime
- NotificationARNs List<string>
- Property notificationARNs
- Outputs
List<Pulumi.Azure Native. Aws Connector. Inputs. Output Response> 
- Property outputs
- Parameters Dictionary<string, string>
- Property parameters
- ParentId string
- Property parentId
- RoleARN string
- Property roleARN
- RootId string
- Property rootId
- StackId string
- Property stackId
- StackName string
- Property stackName
- StackPolicy objectBody 
- Property stackPolicyBody
- StackPolicy stringURL 
- Property stackPolicyURL
- StackStatus string
- Property stackStatus
- StackStatus stringReason 
- Property stackStatusReason
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- Property tags
- TemplateBody object
- Property templateBody
- TemplateURL string
- Property templateURL
- TimeoutIn intMinutes 
- Property timeoutInMinutes
- Capabilities []string
- Property capabilities
- ChangeSet stringId 
- Property changeSetId
- CreationTime string
- Property creationTime
- Description string
- Property description
- DisableRollback bool
- Property disableRollback
- EnableTermination boolProtection 
- Property enableTerminationProtection
- LastUpdate stringTime 
- Property lastUpdateTime
- NotificationARNs []string
- Property notificationARNs
- Outputs
[]OutputResponse 
- Property outputs
- Parameters map[string]string
- Property parameters
- ParentId string
- Property parentId
- RoleARN string
- Property roleARN
- RootId string
- Property rootId
- StackId string
- Property stackId
- StackName string
- Property stackName
- StackPolicy interface{}Body 
- Property stackPolicyBody
- StackPolicy stringURL 
- Property stackPolicyURL
- StackStatus string
- Property stackStatus
- StackStatus stringReason 
- Property stackStatusReason
- 
[]TagResponse 
- Property tags
- TemplateBody interface{}
- Property templateBody
- TemplateURL string
- Property templateURL
- TimeoutIn intMinutes 
- Property timeoutInMinutes
- capabilities List<String>
- Property capabilities
- changeSet StringId 
- Property changeSetId
- creationTime String
- Property creationTime
- description String
- Property description
- disableRollback Boolean
- Property disableRollback
- enableTermination BooleanProtection 
- Property enableTerminationProtection
- lastUpdate StringTime 
- Property lastUpdateTime
- notificationARNs List<String>
- Property notificationARNs
- outputs
List<OutputResponse> 
- Property outputs
- parameters Map<String,String>
- Property parameters
- parentId String
- Property parentId
- roleARN String
- Property roleARN
- rootId String
- Property rootId
- stackId String
- Property stackId
- stackName String
- Property stackName
- stackPolicy ObjectBody 
- Property stackPolicyBody
- stackPolicy StringURL 
- Property stackPolicyURL
- stackStatus String
- Property stackStatus
- stackStatus StringReason 
- Property stackStatusReason
- 
List<TagResponse> 
- Property tags
- templateBody Object
- Property templateBody
- templateURL String
- Property templateURL
- timeoutIn IntegerMinutes 
- Property timeoutInMinutes
- capabilities string[]
- Property capabilities
- changeSet stringId 
- Property changeSetId
- creationTime string
- Property creationTime
- description string
- Property description
- disableRollback boolean
- Property disableRollback
- enableTermination booleanProtection 
- Property enableTerminationProtection
- lastUpdate stringTime 
- Property lastUpdateTime
- notificationARNs string[]
- Property notificationARNs
- outputs
OutputResponse[] 
- Property outputs
- parameters {[key: string]: string}
- Property parameters
- parentId string
- Property parentId
- roleARN string
- Property roleARN
- rootId string
- Property rootId
- stackId string
- Property stackId
- stackName string
- Property stackName
- stackPolicy anyBody 
- Property stackPolicyBody
- stackPolicy stringURL 
- Property stackPolicyURL
- stackStatus string
- Property stackStatus
- stackStatus stringReason 
- Property stackStatusReason
- 
TagResponse[] 
- Property tags
- templateBody any
- Property templateBody
- templateURL string
- Property templateURL
- timeoutIn numberMinutes 
- Property timeoutInMinutes
- capabilities Sequence[str]
- Property capabilities
- change_set_ strid 
- Property changeSetId
- creation_time str
- Property creationTime
- description str
- Property description
- disable_rollback bool
- Property disableRollback
- enable_termination_ boolprotection 
- Property enableTerminationProtection
- last_update_ strtime 
- Property lastUpdateTime
- notification_arns Sequence[str]
- Property notificationARNs
- outputs
Sequence[OutputResponse] 
- Property outputs
- parameters Mapping[str, str]
- Property parameters
- parent_id str
- Property parentId
- role_arn str
- Property roleARN
- root_id str
- Property rootId
- stack_id str
- Property stackId
- stack_name str
- Property stackName
- stack_policy_ Anybody 
- Property stackPolicyBody
- stack_policy_ strurl 
- Property stackPolicyURL
- stack_status str
- Property stackStatus
- stack_status_ strreason 
- Property stackStatusReason
- 
Sequence[TagResponse] 
- Property tags
- template_body Any
- Property templateBody
- template_url str
- Property templateURL
- timeout_in_ intminutes 
- Property timeoutInMinutes
- capabilities List<String>
- Property capabilities
- changeSet StringId 
- Property changeSetId
- creationTime String
- Property creationTime
- description String
- Property description
- disableRollback Boolean
- Property disableRollback
- enableTermination BooleanProtection 
- Property enableTerminationProtection
- lastUpdate StringTime 
- Property lastUpdateTime
- notificationARNs List<String>
- Property notificationARNs
- outputs List<Property Map>
- Property outputs
- parameters Map<String>
- Property parameters
- parentId String
- Property parentId
- roleARN String
- Property roleARN
- rootId String
- Property rootId
- stackId String
- Property stackId
- stackName String
- Property stackName
- stackPolicy AnyBody 
- Property stackPolicyBody
- stackPolicy StringURL 
- Property stackPolicyURL
- stackStatus String
- Property stackStatus
- stackStatus StringReason 
- Property stackStatusReason
- List<Property Map>
- Property tags
- templateBody Any
- Property templateBody
- templateURL String
- Property templateURL
- timeoutIn NumberMinutes 
- Property timeoutInMinutes
Capabilities, CapabilitiesArgs  
- CAPABILITY_AUTO_EXPAND
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- CAPABILITY_IAM
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
- Capabilities_CAPABILITY_AUTO_EXPAND
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- Capabilities_CAPABILITY_IAM
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- Capabilities_CAPABILITY_NAMED_IAM
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
- CAPABILITY_AUTO_EXPAND
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- CAPABILITY_IAM
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
- CAPABILITY_AUTO_EXPAND
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- CAPABILITY_IAM
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
- CAPABILIT_Y_AUT_O_EXPAND
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- CAPABILIT_Y_IAM
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- CAPABILIT_Y_NAME_D_IAM
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
- "CAPABILITY_AUTO_EXPAND"
- CAPABILITY_AUTO_EXPANDCapabilities enum CAPABILITY_AUTO_EXPAND
- "CAPABILITY_IAM"
- CAPABILITY_IAMCapabilities enum CAPABILITY_IAM
- "CAPABILITY_NAMED_IAM"
- CAPABILITY_NAMED_IAMCapabilities enum CAPABILITY_NAMED_IAM
CloudFormationStackProperties, CloudFormationStackPropertiesArgs        
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Formation Stack Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsCloud Formation Stack Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsCloud Formation Stack Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsCloud Formation Stack Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsCloud Formation Stack Properties 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
CloudFormationStackPropertiesResponse, CloudFormationStackPropertiesResponseArgs          
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Formation Stack Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsCloud Formation Stack Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsCloud Formation Stack Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsCloud Formation Stack Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- provisioning_state str
- The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsCloud Formation Stack Properties Response 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
Output, OutputArgs  
- Description string
- Property description
- ExportName string
- Property exportName
- OutputKey string
- Property outputKey
- OutputValue string
- Property outputValue
- Description string
- Property description
- ExportName string
- Property exportName
- OutputKey string
- Property outputKey
- OutputValue string
- Property outputValue
- description String
- Property description
- exportName String
- Property exportName
- outputKey String
- Property outputKey
- outputValue String
- Property outputValue
- description string
- Property description
- exportName string
- Property exportName
- outputKey string
- Property outputKey
- outputValue string
- Property outputValue
- description str
- Property description
- export_name str
- Property exportName
- output_key str
- Property outputKey
- output_value str
- Property outputValue
- description String
- Property description
- exportName String
- Property exportName
- outputKey String
- Property outputKey
- outputValue String
- Property outputValue
OutputResponse, OutputResponseArgs    
- Description string
- Property description
- ExportName string
- Property exportName
- OutputKey string
- Property outputKey
- OutputValue string
- Property outputValue
- Description string
- Property description
- ExportName string
- Property exportName
- OutputKey string
- Property outputKey
- OutputValue string
- Property outputValue
- description String
- Property description
- exportName String
- Property exportName
- outputKey String
- Property outputKey
- outputValue String
- Property outputValue
- description string
- Property description
- exportName string
- Property exportName
- outputKey string
- Property outputKey
- outputValue string
- Property outputValue
- description str
- Property description
- export_name str
- Property exportName
- output_key str
- Property outputKey
- output_value str
- Property outputValue
- description String
- Property description
- exportName String
- Property exportName
- outputKey String
- Property outputKey
- outputValue String
- Property outputValue
StackStatus, StackStatusArgs    
- CREATE_COMPLETE
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- CREATE_FAILED
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- DELETE_COMPLETE
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- DELETE_FAILED
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- DELETE_IN_PROGRESS
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- IMPORT_COMPLETE
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- IMPORT_IN_PROGRESS
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_IN_PROGRESS
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- REVIEW_IN_PROGRESS
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- ROLLBACK_COMPLETE
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- ROLLBACK_FAILED
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- ROLLBACK_IN_PROGRESS
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- UPDATE_COMPLETE
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_FAILED
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_IN_PROGRESS
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
- StackStatus_CREATE_COMPLETE 
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- StackStatus_CREATE_FAILED 
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- StackStatus_CREATE_IN_PROGRESS 
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- StackStatus_DELETE_COMPLETE 
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- StackStatus_DELETE_FAILED 
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- StackStatus_DELETE_IN_PROGRESS 
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- StackStatus_IMPORT_COMPLETE 
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- StackStatus_IMPORT_IN_PROGRESS 
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- StackStatus_IMPORT_ROLLBACK_COMPLETE 
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- StackStatus_IMPORT_ROLLBACK_FAILED 
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- StackStatus_IMPORT_ROLLBACK_IN_PROGRESS 
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- StackStatus_REVIEW_IN_PROGRESS 
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- StackStatus_ROLLBACK_COMPLETE 
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- StackStatus_ROLLBACK_FAILED 
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- StackStatus_ROLLBACK_IN_PROGRESS 
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- StackStatus_UPDATE_COMPLETE 
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- StackStatus_UPDATE_COMPLETE_CLEANUP_IN_PROGRESS 
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- StackStatus_UPDATE_FAILED 
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- StackStatus_UPDATE_IN_PROGRESS 
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- StackStatus_UPDATE_ROLLBACK_COMPLETE 
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- StackStatus_UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS 
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- StackStatus_UPDATE_ROLLBACK_FAILED 
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- StackStatus_UPDATE_ROLLBACK_IN_PROGRESS 
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
- CREATE_COMPLETE
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- CREATE_FAILED
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- DELETE_COMPLETE
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- DELETE_FAILED
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- DELETE_IN_PROGRESS
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- IMPORT_COMPLETE
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- IMPORT_IN_PROGRESS
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_IN_PROGRESS
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- REVIEW_IN_PROGRESS
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- ROLLBACK_COMPLETE
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- ROLLBACK_FAILED
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- ROLLBACK_IN_PROGRESS
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- UPDATE_COMPLETE
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_FAILED
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_IN_PROGRESS
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
- CREATE_COMPLETE
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- CREATE_FAILED
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- DELETE_COMPLETE
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- DELETE_FAILED
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- DELETE_IN_PROGRESS
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- IMPORT_COMPLETE
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- IMPORT_IN_PROGRESS
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- IMPORT_ROLLBACK_IN_PROGRESS
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- REVIEW_IN_PROGRESS
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- ROLLBACK_COMPLETE
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- ROLLBACK_FAILED
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- ROLLBACK_IN_PROGRESS
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- UPDATE_COMPLETE
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_FAILED
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- UPDATE_ROLLBACK_IN_PROGRESS
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
- CREAT_E_COMPLETE
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- CREAT_E_FAILED
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- CREAT_E_I_N_PROGRESS
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- DELET_E_COMPLETE
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- DELET_E_FAILED
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- DELET_E_I_N_PROGRESS
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- IMPOR_T_COMPLETE
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- IMPOR_T_I_N_PROGRESS
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- IMPOR_T_ROLLBAC_K_COMPLETE
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- IMPOR_T_ROLLBAC_K_FAILED
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- IMPOR_T_ROLLBAC_K_I_N_PROGRESS
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- REVIE_W_I_N_PROGRESS
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- ROLLBAC_K_COMPLETE
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- ROLLBAC_K_FAILED
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- ROLLBAC_K_I_N_PROGRESS
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- UPDAT_E_COMPLETE
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- UPDAT_E_COMPLET_E_CLEANU_P_I_N_PROGRESS
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- UPDAT_E_FAILED
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- UPDAT_E_I_N_PROGRESS
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- UPDAT_E_ROLLBAC_K_COMPLETE
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- UPDAT_E_ROLLBAC_K_COMPLET_E_CLEANU_P_I_N_PROGRESS
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- UPDAT_E_ROLLBAC_K_FAILED
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- UPDAT_E_ROLLBAC_K_I_N_PROGRESS
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
- "CREATE_COMPLETE"
- CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- "CREATE_FAILED"
- CREATE_FAILEDStackStatus enum CREATE_FAILED
- "CREATE_IN_PROGRESS"
- CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- "DELETE_COMPLETE"
- DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- "DELETE_FAILED"
- DELETE_FAILEDStackStatus enum DELETE_FAILED
- "DELETE_IN_PROGRESS"
- DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- "IMPORT_COMPLETE"
- IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- "IMPORT_IN_PROGRESS"
- IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- "IMPORT_ROLLBACK_COMPLETE"
- IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- "IMPORT_ROLLBACK_FAILED"
- IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- "IMPORT_ROLLBACK_IN_PROGRESS"
- IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- "REVIEW_IN_PROGRESS"
- REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- "ROLLBACK_COMPLETE"
- ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- "ROLLBACK_FAILED"
- ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- "ROLLBACK_IN_PROGRESS"
- ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- "UPDATE_COMPLETE"
- UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- "UPDATE_FAILED"
- UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- "UPDATE_IN_PROGRESS"
- UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- "UPDATE_ROLLBACK_COMPLETE"
- UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- "UPDATE_ROLLBACK_FAILED"
- UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- "UPDATE_ROLLBACK_IN_PROGRESS"
- UPDATE_ROLLBACK_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_IN_PROGRESS
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Tag, TagArgs  
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
TagResponse, TagResponseArgs    
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:CloudFormationStack fkrujbsksjubfb /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/cloudFormationStacks/{name} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0