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 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",
})
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",
},
});
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:
- Resource
Group 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.
- Resource
Group 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
Cloud
Formation Stack Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group 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
Cloud
Formation Stack Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group 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
Cloud
Formation 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
Cloud
Formation Stack Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group 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.
- System
Data 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.
- System
Data 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.
- system
Data 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.
- system
Data 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.
- system
Data 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
- Change
Set stringId - Property changeSetId
- Creation
Time string - Property creationTime
- Description string
- Property description
- Disable
Rollback bool - Property disableRollback
- Enable
Termination boolProtection - Property enableTerminationProtection
- Last
Update stringTime - Property lastUpdateTime
- Notification
ARNs List<string> - Property notificationARNs
- Outputs
List<Pulumi.
Azure Native. Aws Connector. Inputs. Output> - Property outputs
- Parameters Dictionary<string, string>
- Property parameters
- Parent
Id string - Property parentId
- Role
ARN string - Property roleARN
- Root
Id string - Property rootId
- Stack
Id string - Property stackId
- Stack
Name string - Property stackName
- Stack
Policy objectBody - Property stackPolicyBody
- Stack
Policy stringURL - Property stackPolicyURL
- Stack
Status string | Pulumi.Azure Native. Aws Connector. Stack Status - Property stackStatus
- Stack
Status stringReason - Property stackStatusReason
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - Property tags
- Template
Body object - Property templateBody
- Template
URL string - Property templateURL
- Timeout
In intMinutes - Property timeoutInMinutes
- Capabilities []string
- Property capabilities
- Change
Set stringId - Property changeSetId
- Creation
Time string - Property creationTime
- Description string
- Property description
- Disable
Rollback bool - Property disableRollback
- Enable
Termination boolProtection - Property enableTerminationProtection
- Last
Update stringTime - Property lastUpdateTime
- Notification
ARNs []string - Property notificationARNs
- Outputs []Output
- Property outputs
- Parameters map[string]string
- Property parameters
- Parent
Id string - Property parentId
- Role
ARN string - Property roleARN
- Root
Id string - Property rootId
- Stack
Id string - Property stackId
- Stack
Name string - Property stackName
- Stack
Policy interface{}Body - Property stackPolicyBody
- Stack
Policy stringURL - Property stackPolicyURL
- Stack
Status string | StackStatus - Property stackStatus
- Stack
Status stringReason - Property stackStatusReason
- []Tag
- Property tags
- Template
Body interface{} - Property templateBody
- Template
URL string - Property templateURL
- Timeout
In intMinutes - Property timeoutInMinutes
- capabilities List<Either<String,Capabilities>>
- Property capabilities
- change
Set StringId - Property changeSetId
- creation
Time String - Property creationTime
- description String
- Property description
- disable
Rollback Boolean - Property disableRollback
- enable
Termination BooleanProtection - Property enableTerminationProtection
- last
Update StringTime - Property lastUpdateTime
- notification
ARNs List<String> - Property notificationARNs
- outputs List<Output>
- Property outputs
- parameters Map<String,String>
- Property parameters
- parent
Id String - Property parentId
- role
ARN String - Property roleARN
- root
Id String - Property rootId
- stack
Id String - Property stackId
- stack
Name String - Property stackName
- stack
Policy ObjectBody - Property stackPolicyBody
- stack
Policy StringURL - Property stackPolicyURL
- stack
Status String | StackStatus - Property stackStatus
- stack
Status StringReason - Property stackStatusReason
- List<Tag>
- Property tags
- template
Body Object - Property templateBody
- template
URL String - Property templateURL
- timeout
In IntegerMinutes - Property timeoutInMinutes
- capabilities (string | Capabilities)[]
- Property capabilities
- change
Set stringId - Property changeSetId
- creation
Time string - Property creationTime
- description string
- Property description
- disable
Rollback boolean - Property disableRollback
- enable
Termination booleanProtection - Property enableTerminationProtection
- last
Update stringTime - Property lastUpdateTime
- notification
ARNs string[] - Property notificationARNs
- outputs Output[]
- Property outputs
- parameters {[key: string]: string}
- Property parameters
- parent
Id string - Property parentId
- role
ARN string - Property roleARN
- root
Id string - Property rootId
- stack
Id string - Property stackId
- stack
Name string - Property stackName
- stack
Policy anyBody - Property stackPolicyBody
- stack
Policy stringURL - Property stackPolicyURL
- stack
Status string | StackStatus - Property stackStatus
- stack
Status stringReason - Property stackStatusReason
- Tag[]
- Property tags
- template
Body any - Property templateBody
- template
URL string - Property templateURL
- timeout
In 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
- change
Set StringId - Property changeSetId
- creation
Time String - Property creationTime
- description String
- Property description
- disable
Rollback Boolean - Property disableRollback
- enable
Termination BooleanProtection - Property enableTerminationProtection
- last
Update StringTime - Property lastUpdateTime
- notification
ARNs List<String> - Property notificationARNs
- outputs List<Property Map>
- Property outputs
- parameters Map<String>
- Property parameters
- parent
Id String - Property parentId
- role
ARN String - Property roleARN
- root
Id String - Property rootId
- stack
Id String - Property stackId
- stack
Name String - Property stackName
- stack
Policy AnyBody - Property stackPolicyBody
- stack
Policy StringURL - Property stackPolicyURL
- stack
Status 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
- stack
Status StringReason - Property stackStatusReason
- List<Property Map>
- Property tags
- template
Body Any - Property templateBody
- template
URL String - Property templateURL
- timeout
In NumberMinutes - Property timeoutInMinutes
AwsCloudFormationStackPropertiesResponse, AwsCloudFormationStackPropertiesResponseArgs
- Capabilities List<string>
- Property capabilities
- Change
Set stringId - Property changeSetId
- Creation
Time string - Property creationTime
- Description string
- Property description
- Disable
Rollback bool - Property disableRollback
- Enable
Termination boolProtection - Property enableTerminationProtection
- Last
Update stringTime - Property lastUpdateTime
- Notification
ARNs List<string> - Property notificationARNs
- Outputs
List<Pulumi.
Azure Native. Aws Connector. Inputs. Output Response> - Property outputs
- Parameters Dictionary<string, string>
- Property parameters
- Parent
Id string - Property parentId
- Role
ARN string - Property roleARN
- Root
Id string - Property rootId
- Stack
Id string - Property stackId
- Stack
Name string - Property stackName
- Stack
Policy objectBody - Property stackPolicyBody
- Stack
Policy stringURL - Property stackPolicyURL
- Stack
Status string - Property stackStatus
- Stack
Status stringReason - Property stackStatusReason
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - Property tags
- Template
Body object - Property templateBody
- Template
URL string - Property templateURL
- Timeout
In intMinutes - Property timeoutInMinutes
- Capabilities []string
- Property capabilities
- Change
Set stringId - Property changeSetId
- Creation
Time string - Property creationTime
- Description string
- Property description
- Disable
Rollback bool - Property disableRollback
- Enable
Termination boolProtection - Property enableTerminationProtection
- Last
Update stringTime - Property lastUpdateTime
- Notification
ARNs []string - Property notificationARNs
- Outputs
[]Output
Response - Property outputs
- Parameters map[string]string
- Property parameters
- Parent
Id string - Property parentId
- Role
ARN string - Property roleARN
- Root
Id string - Property rootId
- Stack
Id string - Property stackId
- Stack
Name string - Property stackName
- Stack
Policy interface{}Body - Property stackPolicyBody
- Stack
Policy stringURL - Property stackPolicyURL
- Stack
Status string - Property stackStatus
- Stack
Status stringReason - Property stackStatusReason
- []Tag
Response - Property tags
- Template
Body interface{} - Property templateBody
- Template
URL string - Property templateURL
- Timeout
In intMinutes - Property timeoutInMinutes
- capabilities List<String>
- Property capabilities
- change
Set StringId - Property changeSetId
- creation
Time String - Property creationTime
- description String
- Property description
- disable
Rollback Boolean - Property disableRollback
- enable
Termination BooleanProtection - Property enableTerminationProtection
- last
Update StringTime - Property lastUpdateTime
- notification
ARNs List<String> - Property notificationARNs
- outputs
List<Output
Response> - Property outputs
- parameters Map<String,String>
- Property parameters
- parent
Id String - Property parentId
- role
ARN String - Property roleARN
- root
Id String - Property rootId
- stack
Id String - Property stackId
- stack
Name String - Property stackName
- stack
Policy ObjectBody - Property stackPolicyBody
- stack
Policy StringURL - Property stackPolicyURL
- stack
Status String - Property stackStatus
- stack
Status StringReason - Property stackStatusReason
- List<Tag
Response> - Property tags
- template
Body Object - Property templateBody
- template
URL String - Property templateURL
- timeout
In IntegerMinutes - Property timeoutInMinutes
- capabilities string[]
- Property capabilities
- change
Set stringId - Property changeSetId
- creation
Time string - Property creationTime
- description string
- Property description
- disable
Rollback boolean - Property disableRollback
- enable
Termination booleanProtection - Property enableTerminationProtection
- last
Update stringTime - Property lastUpdateTime
- notification
ARNs string[] - Property notificationARNs
- outputs
Output
Response[] - Property outputs
- parameters {[key: string]: string}
- Property parameters
- parent
Id string - Property parentId
- role
ARN string - Property roleARN
- root
Id string - Property rootId
- stack
Id string - Property stackId
- stack
Name string - Property stackName
- stack
Policy anyBody - Property stackPolicyBody
- stack
Policy stringURL - Property stackPolicyURL
- stack
Status string - Property stackStatus
- stack
Status stringReason - Property stackStatusReason
- Tag
Response[] - Property tags
- template
Body any - Property templateBody
- template
URL string - Property templateURL
- timeout
In 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[Output
Response] - 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[Tag
Response] - Property tags
- template_
body Any - Property templateBody
- template_
url str - Property templateURL
- timeout_
in_ intminutes - Property timeoutInMinutes
- capabilities List<String>
- Property capabilities
- change
Set StringId - Property changeSetId
- creation
Time String - Property creationTime
- description String
- Property description
- disable
Rollback Boolean - Property disableRollback
- enable
Termination BooleanProtection - Property enableTerminationProtection
- last
Update StringTime - Property lastUpdateTime
- notification
ARNs List<String> - Property notificationARNs
- outputs List<Property Map>
- Property outputs
- parameters Map<String>
- Property parameters
- parent
Id String - Property parentId
- role
ARN String - Property roleARN
- root
Id String - Property rootId
- stack
Id String - Property stackId
- stack
Name String - Property stackName
- stack
Policy AnyBody - Property stackPolicyBody
- stack
Policy StringURL - Property stackPolicyURL
- stack
Status String - Property stackStatus
- stack
Status StringReason - Property stackStatusReason
- List<Property Map>
- Property tags
- template
Body Any - Property templateBody
- template
URL String - Property templateURL
- timeout
In 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)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Formation Stack Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsCloud Formation Stack Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsCloud Formation Stack Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsCloud Formation Stack Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
CloudFormationStackPropertiesResponse, CloudFormationStackPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Formation Stack Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsCloud Formation Stack Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsCloud Formation Stack Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsCloud Formation Stack Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
Output, OutputArgs
- Description string
- Property description
- Export
Name string - Property exportName
- Output
Key string - Property outputKey
- Output
Value string - Property outputValue
- Description string
- Property description
- Export
Name string - Property exportName
- Output
Key string - Property outputKey
- Output
Value string - Property outputValue
- description String
- Property description
- export
Name String - Property exportName
- output
Key String - Property outputKey
- output
Value String - Property outputValue
- description string
- Property description
- export
Name string - Property exportName
- output
Key string - Property outputKey
- output
Value 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
- export
Name String - Property exportName
- output
Key String - Property outputKey
- output
Value String - Property outputValue
OutputResponse, OutputResponseArgs
- Description string
- Property description
- Export
Name string - Property exportName
- Output
Key string - Property outputKey
- Output
Value string - Property outputValue
- Description string
- Property description
- Export
Name string - Property exportName
- Output
Key string - Property outputKey
- Output
Value string - Property outputValue
- description String
- Property description
- export
Name String - Property exportName
- output
Key String - Property outputKey
- output
Value String - Property outputValue
- description string
- Property description
- export
Name string - Property exportName
- output
Key string - Property outputKey
- output
Value 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
- export
Name String - Property exportName
- output
Key String - Property outputKey
- output
Value 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
- Stack
Status_CREATE_COMPLETE - CREATE_COMPLETEStackStatus enum CREATE_COMPLETE
- Stack
Status_CREATE_FAILED - CREATE_FAILEDStackStatus enum CREATE_FAILED
- Stack
Status_CREATE_IN_PROGRESS - CREATE_IN_PROGRESSStackStatus enum CREATE_IN_PROGRESS
- Stack
Status_DELETE_COMPLETE - DELETE_COMPLETEStackStatus enum DELETE_COMPLETE
- Stack
Status_DELETE_FAILED - DELETE_FAILEDStackStatus enum DELETE_FAILED
- Stack
Status_DELETE_IN_PROGRESS - DELETE_IN_PROGRESSStackStatus enum DELETE_IN_PROGRESS
- Stack
Status_IMPORT_COMPLETE - IMPORT_COMPLETEStackStatus enum IMPORT_COMPLETE
- Stack
Status_IMPORT_IN_PROGRESS - IMPORT_IN_PROGRESSStackStatus enum IMPORT_IN_PROGRESS
- Stack
Status_IMPORT_ROLLBACK_COMPLETE - IMPORT_ROLLBACK_COMPLETEStackStatus enum IMPORT_ROLLBACK_COMPLETE
- Stack
Status_IMPORT_ROLLBACK_FAILED - IMPORT_ROLLBACK_FAILEDStackStatus enum IMPORT_ROLLBACK_FAILED
- Stack
Status_IMPORT_ROLLBACK_IN_PROGRESS - IMPORT_ROLLBACK_IN_PROGRESSStackStatus enum IMPORT_ROLLBACK_IN_PROGRESS
- Stack
Status_REVIEW_IN_PROGRESS - REVIEW_IN_PROGRESSStackStatus enum REVIEW_IN_PROGRESS
- Stack
Status_ROLLBACK_COMPLETE - ROLLBACK_COMPLETEStackStatus enum ROLLBACK_COMPLETE
- Stack
Status_ROLLBACK_FAILED - ROLLBACK_FAILEDStackStatus enum ROLLBACK_FAILED
- Stack
Status_ROLLBACK_IN_PROGRESS - ROLLBACK_IN_PROGRESSStackStatus enum ROLLBACK_IN_PROGRESS
- Stack
Status_UPDATE_COMPLETE - UPDATE_COMPLETEStackStatus enum UPDATE_COMPLETE
- Stack
Status_UPDATE_COMPLETE_CLEANUP_IN_PROGRESS - UPDATE_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
- Stack
Status_UPDATE_FAILED - UPDATE_FAILEDStackStatus enum UPDATE_FAILED
- Stack
Status_UPDATE_IN_PROGRESS - UPDATE_IN_PROGRESSStackStatus enum UPDATE_IN_PROGRESS
- Stack
Status_UPDATE_ROLLBACK_COMPLETE - UPDATE_ROLLBACK_COMPLETEStackStatus enum UPDATE_ROLLBACK_COMPLETE
- Stack
Status_UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS - UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESSStackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
- Stack
Status_UPDATE_ROLLBACK_FAILED - UPDATE_ROLLBACK_FAILEDStackStatus enum UPDATE_ROLLBACK_FAILED
- Stack
Status_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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified 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