azure-native.awsconnector.CloudFormationStackSet
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
CloudFormationStackSets_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var cloudFormationStackSet = new AzureNative.AwsConnector.CloudFormationStackSet("cloudFormationStackSet", new()
{
Location = "oubo",
Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
Properties = new AzureNative.AwsConnector.Inputs.CloudFormationStackSetPropertiesArgs
{
Arn = "sldueqvlzdilykrozxapbb",
AwsAccountId = "jtdycoxjyvqvrxyy",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudFormationStackSetPropertiesArgs
{
AdministrationRoleARN = "ybtuoky",
AutoDeployment = new AzureNative.AwsConnector.Inputs.AutoDeploymentArgs
{
Enabled = true,
RetainStacksOnAccountRemoval = true,
},
CallAs = AzureNative.AwsConnector.CallAs.DELEGATED_ADMIN,
Capabilities = new[]
{
"begwecrhvitloplqjhhydjwhve",
},
Description = "czkasvectlrpghrjojr",
ExecutionRoleName = "fclmt",
ManagedExecution = new AzureNative.AwsConnector.Inputs.ActiveModelArgs
{
Active = true,
},
OperationPreferences = new AzureNative.AwsConnector.Inputs.OperationPreferencesArgs
{
FailureToleranceCount = 30,
FailureTolerancePercentage = 16,
MaxConcurrentCount = 11,
MaxConcurrentPercentage = 15,
RegionConcurrencyType = AzureNative.AwsConnector.OperationPreferencesRegionConcurrencyType.PARALLEL,
RegionOrder = new[]
{
"gwaceriunclgehhoue",
},
},
Parameters = new[]
{
new AzureNative.AwsConnector.Inputs.ParameterArgs
{
ParameterValue = "lldiqsjfqukysjecb",
},
},
PermissionModel = AzureNative.AwsConnector.PermissionModel.SELF_MANAGED,
StackInstancesGroup = new[]
{
new AzureNative.AwsConnector.Inputs.StackInstancesArgs
{
DeploymentTargets = new AzureNative.AwsConnector.Inputs.DeploymentTargetsArgs
{
AccountFilterType = AzureNative.AwsConnector.DeploymentTargetsAccountFilterType.DIFFERENCE,
Accounts = new[]
{
"xc",
},
AccountsUrl = "nvixaunvovhintyelj",
OrganizationalUnitIds = new[]
{
"gnnzuj",
},
},
ParameterOverrides = new[]
{
new AzureNative.AwsConnector.Inputs.ParameterArgs
{
ParameterValue = "lldiqsjfqukysjecb",
},
},
Regions = new[]
{
"eyondljwt",
},
},
},
StackSetId = "ypfkcclgbgzikkjqfeiq",
StackSetName = "bkfqkuqedspfb",
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "rhuz",
Value = "ntm",
},
},
TemplateBody = "no",
TemplateURL = "icoki",
},
AwsRegion = "drpqdznyarlwjnjslcrmvm",
AwsSourceSchema = "wpvatxlrosokkyqsq",
AwsTags =
{
{ "key7598", "zigarduulhgfhujfaxwpu" },
},
PublicCloudConnectorsResourceId = "eqapackzslaofkx",
PublicCloudResourceName = "dyaxkuzcwhqspayuipml",
},
ResourceGroupName = "rgcloudFormationStackSet",
Tags =
{
{ "key307", "edjq" },
},
});
});
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.NewCloudFormationStackSet(ctx, "cloudFormationStackSet", &awsconnector.CloudFormationStackSetArgs{
Location: pulumi.String("oubo"),
Name: pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
Properties: &awsconnector.CloudFormationStackSetPropertiesArgs{
Arn: pulumi.String("sldueqvlzdilykrozxapbb"),
AwsAccountId: pulumi.String("jtdycoxjyvqvrxyy"),
AwsProperties: &awsconnector.AwsCloudFormationStackSetPropertiesArgs{
AdministrationRoleARN: pulumi.String("ybtuoky"),
AutoDeployment: &awsconnector.AutoDeploymentArgs{
Enabled: pulumi.Bool(true),
RetainStacksOnAccountRemoval: pulumi.Bool(true),
},
CallAs: pulumi.String(awsconnector.CallAs_DELEGATED_ADMIN),
Capabilities: pulumi.StringArray{
pulumi.String("begwecrhvitloplqjhhydjwhve"),
},
Description: pulumi.String("czkasvectlrpghrjojr"),
ExecutionRoleName: pulumi.String("fclmt"),
ManagedExecution: &awsconnector.ActiveModelArgs{
Active: pulumi.Bool(true),
},
OperationPreferences: &awsconnector.OperationPreferencesArgs{
FailureToleranceCount: pulumi.Int(30),
FailureTolerancePercentage: pulumi.Int(16),
MaxConcurrentCount: pulumi.Int(11),
MaxConcurrentPercentage: pulumi.Int(15),
RegionConcurrencyType: pulumi.String(awsconnector.OperationPreferencesRegionConcurrencyTypePARALLEL),
RegionOrder: pulumi.StringArray{
pulumi.String("gwaceriunclgehhoue"),
},
},
Parameters: awsconnector.ParameterArray{
&awsconnector.ParameterArgs{
ParameterValue: pulumi.String("lldiqsjfqukysjecb"),
},
},
PermissionModel: pulumi.String(awsconnector.PermissionModel_SELF_MANAGED),
StackInstancesGroup: awsconnector.StackInstancesArray{
&awsconnector.StackInstancesArgs{
DeploymentTargets: &awsconnector.DeploymentTargetsArgs{
AccountFilterType: pulumi.String(awsconnector.DeploymentTargetsAccountFilterTypeDIFFERENCE),
Accounts: pulumi.StringArray{
pulumi.String("xc"),
},
AccountsUrl: pulumi.String("nvixaunvovhintyelj"),
OrganizationalUnitIds: pulumi.StringArray{
pulumi.String("gnnzuj"),
},
},
ParameterOverrides: awsconnector.ParameterArray{
&awsconnector.ParameterArgs{
ParameterValue: pulumi.String("lldiqsjfqukysjecb"),
},
},
Regions: pulumi.StringArray{
pulumi.String("eyondljwt"),
},
},
},
StackSetId: pulumi.String("ypfkcclgbgzikkjqfeiq"),
StackSetName: pulumi.String("bkfqkuqedspfb"),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("rhuz"),
Value: pulumi.String("ntm"),
},
},
TemplateBody: pulumi.String("no"),
TemplateURL: pulumi.String("icoki"),
},
AwsRegion: pulumi.String("drpqdznyarlwjnjslcrmvm"),
AwsSourceSchema: pulumi.String("wpvatxlrosokkyqsq"),
AwsTags: pulumi.StringMap{
"key7598": pulumi.String("zigarduulhgfhujfaxwpu"),
},
PublicCloudConnectorsResourceId: pulumi.String("eqapackzslaofkx"),
PublicCloudResourceName: pulumi.String("dyaxkuzcwhqspayuipml"),
},
ResourceGroupName: pulumi.String("rgcloudFormationStackSet"),
Tags: pulumi.StringMap{
"key307": pulumi.String("edjq"),
},
})
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.CloudFormationStackSet;
import com.pulumi.azurenative.awsconnector.CloudFormationStackSetArgs;
import com.pulumi.azurenative.awsconnector.inputs.CloudFormationStackSetPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsCloudFormationStackSetPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AutoDeploymentArgs;
import com.pulumi.azurenative.awsconnector.inputs.ActiveModelArgs;
import com.pulumi.azurenative.awsconnector.inputs.OperationPreferencesArgs;
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 cloudFormationStackSet = new CloudFormationStackSet("cloudFormationStackSet", CloudFormationStackSetArgs.builder()
.location("oubo")
.name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
.properties(CloudFormationStackSetPropertiesArgs.builder()
.arn("sldueqvlzdilykrozxapbb")
.awsAccountId("jtdycoxjyvqvrxyy")
.awsProperties(AwsCloudFormationStackSetPropertiesArgs.builder()
.administrationRoleARN("ybtuoky")
.autoDeployment(AutoDeploymentArgs.builder()
.enabled(true)
.retainStacksOnAccountRemoval(true)
.build())
.callAs("DELEGATED_ADMIN")
.capabilities("begwecrhvitloplqjhhydjwhve")
.description("czkasvectlrpghrjojr")
.executionRoleName("fclmt")
.managedExecution(ActiveModelArgs.builder()
.active(true)
.build())
.operationPreferences(OperationPreferencesArgs.builder()
.failureToleranceCount(30)
.failureTolerancePercentage(16)
.maxConcurrentCount(11)
.maxConcurrentPercentage(15)
.regionConcurrencyType("PARALLEL")
.regionOrder("gwaceriunclgehhoue")
.build())
.parameters(ParameterArgs.builder()
.parameterValue("lldiqsjfqukysjecb")
.build())
.permissionModel("SELF_MANAGED")
.stackInstancesGroup(StackInstancesArgs.builder()
.deploymentTargets(DeploymentTargetsArgs.builder()
.accountFilterType("DIFFERENCE")
.accounts("xc")
.accountsUrl("nvixaunvovhintyelj")
.organizationalUnitIds("gnnzuj")
.build())
.parameterOverrides(ParameterArgs.builder()
.parameterValue("lldiqsjfqukysjecb")
.build())
.regions("eyondljwt")
.build())
.stackSetId("ypfkcclgbgzikkjqfeiq")
.stackSetName("bkfqkuqedspfb")
.tags(TagArgs.builder()
.key("rhuz")
.value("ntm")
.build())
.templateBody("no")
.templateURL("icoki")
.build())
.awsRegion("drpqdznyarlwjnjslcrmvm")
.awsSourceSchema("wpvatxlrosokkyqsq")
.awsTags(Map.of("key7598", "zigarduulhgfhujfaxwpu"))
.publicCloudConnectorsResourceId("eqapackzslaofkx")
.publicCloudResourceName("dyaxkuzcwhqspayuipml")
.build())
.resourceGroupName("rgcloudFormationStackSet")
.tags(Map.of("key307", "edjq"))
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
cloud_formation_stack_set = azure_native.awsconnector.CloudFormationStackSet("cloudFormationStackSet",
location="oubo",
name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties={
"arn": "sldueqvlzdilykrozxapbb",
"aws_account_id": "jtdycoxjyvqvrxyy",
"aws_properties": {
"administration_role_arn": "ybtuoky",
"auto_deployment": {
"enabled": True,
"retain_stacks_on_account_removal": True,
},
"call_as": azure_native.awsconnector.CallAs.DELEGATE_D_ADMIN,
"capabilities": ["begwecrhvitloplqjhhydjwhve"],
"description": "czkasvectlrpghrjojr",
"execution_role_name": "fclmt",
"managed_execution": {
"active": True,
},
"operation_preferences": {
"failure_tolerance_count": 30,
"failure_tolerance_percentage": 16,
"max_concurrent_count": 11,
"max_concurrent_percentage": 15,
"region_concurrency_type": azure_native.awsconnector.OperationPreferencesRegionConcurrencyType.PARALLEL,
"region_order": ["gwaceriunclgehhoue"],
},
"parameters": [{
"parameter_value": "lldiqsjfqukysjecb",
}],
"permission_model": azure_native.awsconnector.PermissionModel.SEL_F_MANAGED,
"stack_instances_group": [{
"deployment_targets": {
"account_filter_type": azure_native.awsconnector.DeploymentTargetsAccountFilterType.DIFFERENCE,
"accounts": ["xc"],
"accounts_url": "nvixaunvovhintyelj",
"organizational_unit_ids": ["gnnzuj"],
},
"parameter_overrides": [{
"parameter_value": "lldiqsjfqukysjecb",
}],
"regions": ["eyondljwt"],
}],
"stack_set_id": "ypfkcclgbgzikkjqfeiq",
"stack_set_name": "bkfqkuqedspfb",
"tags": [{
"key": "rhuz",
"value": "ntm",
}],
"template_body": "no",
"template_url": "icoki",
},
"aws_region": "drpqdznyarlwjnjslcrmvm",
"aws_source_schema": "wpvatxlrosokkyqsq",
"aws_tags": {
"key7598": "zigarduulhgfhujfaxwpu",
},
"public_cloud_connectors_resource_id": "eqapackzslaofkx",
"public_cloud_resource_name": "dyaxkuzcwhqspayuipml",
},
resource_group_name="rgcloudFormationStackSet",
tags={
"key307": "edjq",
})
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const cloudFormationStackSet = new azure_native.awsconnector.CloudFormationStackSet("cloudFormationStackSet", {
location: "oubo",
name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties: {
arn: "sldueqvlzdilykrozxapbb",
awsAccountId: "jtdycoxjyvqvrxyy",
awsProperties: {
administrationRoleARN: "ybtuoky",
autoDeployment: {
enabled: true,
retainStacksOnAccountRemoval: true,
},
callAs: azure_native.awsconnector.CallAs.DELEGATED_ADMIN,
capabilities: ["begwecrhvitloplqjhhydjwhve"],
description: "czkasvectlrpghrjojr",
executionRoleName: "fclmt",
managedExecution: {
active: true,
},
operationPreferences: {
failureToleranceCount: 30,
failureTolerancePercentage: 16,
maxConcurrentCount: 11,
maxConcurrentPercentage: 15,
regionConcurrencyType: azure_native.awsconnector.OperationPreferencesRegionConcurrencyType.PARALLEL,
regionOrder: ["gwaceriunclgehhoue"],
},
parameters: [{
parameterValue: "lldiqsjfqukysjecb",
}],
permissionModel: azure_native.awsconnector.PermissionModel.SELF_MANAGED,
stackInstancesGroup: [{
deploymentTargets: {
accountFilterType: azure_native.awsconnector.DeploymentTargetsAccountFilterType.DIFFERENCE,
accounts: ["xc"],
accountsUrl: "nvixaunvovhintyelj",
organizationalUnitIds: ["gnnzuj"],
},
parameterOverrides: [{
parameterValue: "lldiqsjfqukysjecb",
}],
regions: ["eyondljwt"],
}],
stackSetId: "ypfkcclgbgzikkjqfeiq",
stackSetName: "bkfqkuqedspfb",
tags: [{
key: "rhuz",
value: "ntm",
}],
templateBody: "no",
templateURL: "icoki",
},
awsRegion: "drpqdznyarlwjnjslcrmvm",
awsSourceSchema: "wpvatxlrosokkyqsq",
awsTags: {
key7598: "zigarduulhgfhujfaxwpu",
},
publicCloudConnectorsResourceId: "eqapackzslaofkx",
publicCloudResourceName: "dyaxkuzcwhqspayuipml",
},
resourceGroupName: "rgcloudFormationStackSet",
tags: {
key307: "edjq",
},
});
resources:
cloudFormationStackSet:
type: azure-native:awsconnector:CloudFormationStackSet
properties:
location: oubo
name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
properties:
arn: sldueqvlzdilykrozxapbb
awsAccountId: jtdycoxjyvqvrxyy
awsProperties:
administrationRoleARN: ybtuoky
autoDeployment:
enabled: true
retainStacksOnAccountRemoval: true
callAs: DELEGATED_ADMIN
capabilities:
- begwecrhvitloplqjhhydjwhve
description: czkasvectlrpghrjojr
executionRoleName: fclmt
managedExecution:
active: true
operationPreferences:
failureToleranceCount: 30
failureTolerancePercentage: 16
maxConcurrentCount: 11
maxConcurrentPercentage: 15
regionConcurrencyType: PARALLEL
regionOrder:
- gwaceriunclgehhoue
parameters:
- parameterValue: lldiqsjfqukysjecb
permissionModel: SELF_MANAGED
stackInstancesGroup:
- deploymentTargets:
accountFilterType: DIFFERENCE
accounts:
- xc
accountsUrl: nvixaunvovhintyelj
organizationalUnitIds:
- gnnzuj
parameterOverrides:
- parameterValue: lldiqsjfqukysjecb
regions:
- eyondljwt
stackSetId: ypfkcclgbgzikkjqfeiq
stackSetName: bkfqkuqedspfb
tags:
- key: rhuz
value: ntm
templateBody: no
templateURL: icoki
awsRegion: drpqdznyarlwjnjslcrmvm
awsSourceSchema: wpvatxlrosokkyqsq
awsTags:
key7598: zigarduulhgfhujfaxwpu
publicCloudConnectorsResourceId: eqapackzslaofkx
publicCloudResourceName: dyaxkuzcwhqspayuipml
resourceGroupName: rgcloudFormationStackSet
tags:
key307: edjq
Create CloudFormationStackSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudFormationStackSet(name: string, args: CloudFormationStackSetArgs, opts?: CustomResourceOptions);
@overload
def CloudFormationStackSet(resource_name: str,
args: CloudFormationStackSetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudFormationStackSet(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
properties: Optional[CloudFormationStackSetPropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewCloudFormationStackSet(ctx *Context, name string, args CloudFormationStackSetArgs, opts ...ResourceOption) (*CloudFormationStackSet, error)
public CloudFormationStackSet(string name, CloudFormationStackSetArgs args, CustomResourceOptions? opts = null)
public CloudFormationStackSet(String name, CloudFormationStackSetArgs args)
public CloudFormationStackSet(String name, CloudFormationStackSetArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:CloudFormationStackSet
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 CloudFormationStackSetArgs
- 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 CloudFormationStackSetArgs
- 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 CloudFormationStackSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudFormationStackSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudFormationStackSetArgs
- 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 cloudFormationStackSetResource = new AzureNative.AwsConnector.CloudFormationStackSet("cloudFormationStackSetResource", new()
{
ResourceGroupName = "string",
Location = "string",
Name = "string",
Properties = new AzureNative.AwsConnector.Inputs.CloudFormationStackSetPropertiesArgs
{
Arn = "string",
AwsAccountId = "string",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsCloudFormationStackSetPropertiesArgs
{
AdministrationRoleARN = "string",
AutoDeployment = new AzureNative.AwsConnector.Inputs.AutoDeploymentArgs
{
Enabled = false,
RetainStacksOnAccountRemoval = false,
},
CallAs = "string",
Capabilities = new[]
{
"string",
},
Description = "string",
ExecutionRoleName = "string",
ManagedExecution = new AzureNative.AwsConnector.Inputs.ActiveModelArgs
{
Active = false,
},
OperationPreferences = new AzureNative.AwsConnector.Inputs.OperationPreferencesArgs
{
FailureToleranceCount = 0,
FailureTolerancePercentage = 0,
MaxConcurrentCount = 0,
MaxConcurrentPercentage = 0,
RegionConcurrencyType = "string",
RegionOrder = new[]
{
"string",
},
},
Parameters = new[]
{
new AzureNative.AwsConnector.Inputs.ParameterArgs
{
ParameterKey = "string",
ParameterName = "string",
ParameterValue = "string",
},
},
PermissionModel = "string",
StackInstancesGroup = new[]
{
new AzureNative.AwsConnector.Inputs.StackInstancesArgs
{
DeploymentTargets = new AzureNative.AwsConnector.Inputs.DeploymentTargetsArgs
{
AccountFilterType = "string",
Accounts = new[]
{
"string",
},
AccountsUrl = "string",
OrganizationalUnitIds = new[]
{
"string",
},
},
ParameterOverrides = new[]
{
new AzureNative.AwsConnector.Inputs.ParameterArgs
{
ParameterKey = "string",
ParameterName = "string",
ParameterValue = "string",
},
},
Regions = new[]
{
"string",
},
},
},
StackSetId = "string",
StackSetName = "string",
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "string",
Value = "string",
},
},
TemplateBody = "string",
TemplateURL = "string",
},
AwsRegion = "string",
AwsSourceSchema = "string",
AwsTags =
{
{ "string", "string" },
},
PublicCloudConnectorsResourceId = "string",
PublicCloudResourceName = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := awsconnector.NewCloudFormationStackSet(ctx, "cloudFormationStackSetResource", &awsconnector.CloudFormationStackSetArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Properties: &awsconnector.CloudFormationStackSetPropertiesArgs{
Arn: pulumi.String("string"),
AwsAccountId: pulumi.String("string"),
AwsProperties: &awsconnector.AwsCloudFormationStackSetPropertiesArgs{
AdministrationRoleARN: pulumi.String("string"),
AutoDeployment: &awsconnector.AutoDeploymentArgs{
Enabled: pulumi.Bool(false),
RetainStacksOnAccountRemoval: pulumi.Bool(false),
},
CallAs: pulumi.String("string"),
Capabilities: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
ExecutionRoleName: pulumi.String("string"),
ManagedExecution: &awsconnector.ActiveModelArgs{
Active: pulumi.Bool(false),
},
OperationPreferences: &awsconnector.OperationPreferencesArgs{
FailureToleranceCount: pulumi.Int(0),
FailureTolerancePercentage: pulumi.Int(0),
MaxConcurrentCount: pulumi.Int(0),
MaxConcurrentPercentage: pulumi.Int(0),
RegionConcurrencyType: pulumi.String("string"),
RegionOrder: pulumi.StringArray{
pulumi.String("string"),
},
},
Parameters: awsconnector.ParameterArray{
&awsconnector.ParameterArgs{
ParameterKey: pulumi.String("string"),
ParameterName: pulumi.String("string"),
ParameterValue: pulumi.String("string"),
},
},
PermissionModel: pulumi.String("string"),
StackInstancesGroup: awsconnector.StackInstancesArray{
&awsconnector.StackInstancesArgs{
DeploymentTargets: &awsconnector.DeploymentTargetsArgs{
AccountFilterType: pulumi.String("string"),
Accounts: pulumi.StringArray{
pulumi.String("string"),
},
AccountsUrl: pulumi.String("string"),
OrganizationalUnitIds: pulumi.StringArray{
pulumi.String("string"),
},
},
ParameterOverrides: awsconnector.ParameterArray{
&awsconnector.ParameterArgs{
ParameterKey: pulumi.String("string"),
ParameterName: pulumi.String("string"),
ParameterValue: pulumi.String("string"),
},
},
Regions: pulumi.StringArray{
pulumi.String("string"),
},
},
},
StackSetId: pulumi.String("string"),
StackSetName: pulumi.String("string"),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TemplateBody: pulumi.String("string"),
TemplateURL: pulumi.String("string"),
},
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 cloudFormationStackSetResource = new CloudFormationStackSet("cloudFormationStackSetResource", CloudFormationStackSetArgs.builder()
.resourceGroupName("string")
.location("string")
.name("string")
.properties(CloudFormationStackSetPropertiesArgs.builder()
.arn("string")
.awsAccountId("string")
.awsProperties(AwsCloudFormationStackSetPropertiesArgs.builder()
.administrationRoleARN("string")
.autoDeployment(AutoDeploymentArgs.builder()
.enabled(false)
.retainStacksOnAccountRemoval(false)
.build())
.callAs("string")
.capabilities("string")
.description("string")
.executionRoleName("string")
.managedExecution(ActiveModelArgs.builder()
.active(false)
.build())
.operationPreferences(OperationPreferencesArgs.builder()
.failureToleranceCount(0)
.failureTolerancePercentage(0)
.maxConcurrentCount(0)
.maxConcurrentPercentage(0)
.regionConcurrencyType("string")
.regionOrder("string")
.build())
.parameters(ParameterArgs.builder()
.parameterKey("string")
.parameterName("string")
.parameterValue("string")
.build())
.permissionModel("string")
.stackInstancesGroup(StackInstancesArgs.builder()
.deploymentTargets(DeploymentTargetsArgs.builder()
.accountFilterType("string")
.accounts("string")
.accountsUrl("string")
.organizationalUnitIds("string")
.build())
.parameterOverrides(ParameterArgs.builder()
.parameterKey("string")
.parameterName("string")
.parameterValue("string")
.build())
.regions("string")
.build())
.stackSetId("string")
.stackSetName("string")
.tags(TagArgs.builder()
.key("string")
.value("string")
.build())
.templateBody("string")
.templateURL("string")
.build())
.awsRegion("string")
.awsSourceSchema("string")
.awsTags(Map.of("string", "string"))
.publicCloudConnectorsResourceId("string")
.publicCloudResourceName("string")
.build())
.tags(Map.of("string", "string"))
.build());
cloud_formation_stack_set_resource = azure_native.awsconnector.CloudFormationStackSet("cloudFormationStackSetResource",
resource_group_name="string",
location="string",
name="string",
properties={
"arn": "string",
"aws_account_id": "string",
"aws_properties": {
"administration_role_arn": "string",
"auto_deployment": {
"enabled": False,
"retain_stacks_on_account_removal": False,
},
"call_as": "string",
"capabilities": ["string"],
"description": "string",
"execution_role_name": "string",
"managed_execution": {
"active": False,
},
"operation_preferences": {
"failure_tolerance_count": 0,
"failure_tolerance_percentage": 0,
"max_concurrent_count": 0,
"max_concurrent_percentage": 0,
"region_concurrency_type": "string",
"region_order": ["string"],
},
"parameters": [{
"parameter_key": "string",
"parameter_name": "string",
"parameter_value": "string",
}],
"permission_model": "string",
"stack_instances_group": [{
"deployment_targets": {
"account_filter_type": "string",
"accounts": ["string"],
"accounts_url": "string",
"organizational_unit_ids": ["string"],
},
"parameter_overrides": [{
"parameter_key": "string",
"parameter_name": "string",
"parameter_value": "string",
}],
"regions": ["string"],
}],
"stack_set_id": "string",
"stack_set_name": "string",
"tags": [{
"key": "string",
"value": "string",
}],
"template_body": "string",
"template_url": "string",
},
"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 cloudFormationStackSetResource = new azure_native.awsconnector.CloudFormationStackSet("cloudFormationStackSetResource", {
resourceGroupName: "string",
location: "string",
name: "string",
properties: {
arn: "string",
awsAccountId: "string",
awsProperties: {
administrationRoleARN: "string",
autoDeployment: {
enabled: false,
retainStacksOnAccountRemoval: false,
},
callAs: "string",
capabilities: ["string"],
description: "string",
executionRoleName: "string",
managedExecution: {
active: false,
},
operationPreferences: {
failureToleranceCount: 0,
failureTolerancePercentage: 0,
maxConcurrentCount: 0,
maxConcurrentPercentage: 0,
regionConcurrencyType: "string",
regionOrder: ["string"],
},
parameters: [{
parameterKey: "string",
parameterName: "string",
parameterValue: "string",
}],
permissionModel: "string",
stackInstancesGroup: [{
deploymentTargets: {
accountFilterType: "string",
accounts: ["string"],
accountsUrl: "string",
organizationalUnitIds: ["string"],
},
parameterOverrides: [{
parameterKey: "string",
parameterName: "string",
parameterValue: "string",
}],
regions: ["string"],
}],
stackSetId: "string",
stackSetName: "string",
tags: [{
key: "string",
value: "string",
}],
templateBody: "string",
templateURL: "string",
},
awsRegion: "string",
awsSourceSchema: "string",
awsTags: {
string: "string",
},
publicCloudConnectorsResourceId: "string",
publicCloudResourceName: "string",
},
tags: {
string: "string",
},
});
type: azure-native:awsconnector:CloudFormationStackSet
properties:
location: string
name: string
properties:
arn: string
awsAccountId: string
awsProperties:
administrationRoleARN: string
autoDeployment:
enabled: false
retainStacksOnAccountRemoval: false
callAs: string
capabilities:
- string
description: string
executionRoleName: string
managedExecution:
active: false
operationPreferences:
failureToleranceCount: 0
failureTolerancePercentage: 0
maxConcurrentCount: 0
maxConcurrentPercentage: 0
regionConcurrencyType: string
regionOrder:
- string
parameters:
- parameterKey: string
parameterName: string
parameterValue: string
permissionModel: string
stackInstancesGroup:
- deploymentTargets:
accountFilterType: string
accounts:
- string
accountsUrl: string
organizationalUnitIds:
- string
parameterOverrides:
- parameterKey: string
parameterName: string
parameterValue: string
regions:
- string
stackSetId: string
stackSetName: string
tags:
- key: string
value: string
templateBody: string
templateURL: string
awsRegion: string
awsSourceSchema: string
awsTags:
string: string
publicCloudConnectorsResourceId: string
publicCloudResourceName: string
resourceGroupName: string
tags:
string: string
CloudFormationStackSet 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 CloudFormationStackSet 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 CloudFormationStackSet
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Cloud Formation Stack Set 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 CloudFormationStackSet
- Properties
Cloud
Formation Stack Set 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 CloudFormationStackSet
- properties
Cloud
Formation Stack Set 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 CloudFormationStackSet
- properties
Cloud
Formation Stack Set 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 CloudFormationStackSet
- properties
Cloud
Formation Stack Set 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 CloudFormationStackSet
- 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 CloudFormationStackSet 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
ActiveModel, ActiveModelArgs
- Active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- Active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active Boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active Boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
ActiveModelResponse, ActiveModelResponseArgs
- Active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- Active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active Boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active bool
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
- active Boolean
- When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.
AutoDeployment, AutoDeploymentArgs
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- Retain
Stacks boolOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- Retain
Stacks boolOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks BooleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks booleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain_
stacks_ boolon_ account_ removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks BooleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
AutoDeploymentResponse, AutoDeploymentResponseArgs
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- Retain
Stacks boolOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- Retain
Stacks boolOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks BooleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks booleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain_
stacks_ boolon_ account_ removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain
Stacks BooleanOn Account Removal - If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
AwsCloudFormationStackSetProperties, AwsCloudFormationStackSetPropertiesArgs
- Administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- Auto
Deployment Pulumi.Azure Native. Aws Connector. Inputs. Auto Deployment - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- Call
As string | Pulumi.Azure Native. Aws Connector. Call As - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities List<string>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- Execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- Managed
Execution Pulumi.Azure Native. Aws Connector. Inputs. Active Model - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Operation
Preferences Pulumi.Azure Native. Aws Connector. Inputs. Operation Preferences - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- Parameters
List<Pulumi.
Azure Native. Aws Connector. Inputs. Parameter> - The input parameters for the stack set template.
- Permission
Model string | Pulumi.Azure Native. Aws Connector. Permission Model - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- Stack
Instances List<Pulumi.Group Azure Native. Aws Connector. Inputs. Stack Instances> - A group of stack instances with parameters in some specific accounts and regions.
- Stack
Set stringId - The ID of the stack set that you're creating.
- Stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- Template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- Template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- Administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- Auto
Deployment AutoDeployment - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- Call
As string | CallAs - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities []string
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- Execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- Managed
Execution ActiveModel - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Operation
Preferences OperationPreferences - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- Parameters []Parameter
- The input parameters for the stack set template.
- Permission
Model string | PermissionModel - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- Stack
Instances []StackGroup Instances - A group of stack instances with parameters in some specific accounts and regions.
- Stack
Set stringId - The ID of the stack set that you're creating.
- Stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- []Tag
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- Template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- Template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role StringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment AutoDeployment - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As String | CallAs - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities List<String>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role StringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution ActiveModel - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences OperationPreferences - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters List<Parameter>
- The input parameters for the stack set template.
- permission
Model String | PermissionModel - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances List<StackGroup Instances> - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set StringId - The ID of the stack set that you're creating.
- stack
Set StringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Tag>
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body String - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL String - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment AutoDeployment - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As string | CallAs - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities string[]
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution ActiveModel - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences OperationPreferences - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters Parameter[]
- The input parameters for the stack set template.
- permission
Model string | PermissionModel - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances StackGroup Instances[] - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set stringId - The ID of the stack set that you're creating.
- stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- Tag[]
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration_
role_ strarn - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto_
deployment AutoDeployment - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call_
as str | CallAs - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities Sequence[str]
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description str
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution_
role_ strname - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed_
execution ActiveModel - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation_
preferences OperationPreferences - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters Sequence[Parameter]
- The input parameters for the stack set template.
- permission_
model str | PermissionModel - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack_
instances_ Sequence[Stackgroup Instances] - A group of stack instances with parameters in some specific accounts and regions.
- stack_
set_ strid - The ID of the stack set that you're creating.
- stack_
set_ strname - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- Sequence[Tag]
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template_
body str - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template_
url str - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role StringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment Property Map - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As String | "DELEGATED_ADMIN" | "SELF" - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities List<String>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role StringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution Property Map - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences Property Map - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters List<Property Map>
- The input parameters for the stack set template.
- permission
Model String | "SELF_MANAGED" | "SERVICE_MANAGED" - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances List<Property Map>Group - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set StringId - The ID of the stack set that you're creating.
- stack
Set StringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Property Map>
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body String - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL String - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
AwsCloudFormationStackSetPropertiesResponse, AwsCloudFormationStackSetPropertiesResponseArgs
- Administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- Auto
Deployment Pulumi.Azure Native. Aws Connector. Inputs. Auto Deployment Response - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- Call
As string - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities List<string>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- Execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- Managed
Execution Pulumi.Azure Native. Aws Connector. Inputs. Active Model Response - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Operation
Preferences Pulumi.Azure Native. Aws Connector. Inputs. Operation Preferences Response - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- Parameters
List<Pulumi.
Azure Native. Aws Connector. Inputs. Parameter Response> - The input parameters for the stack set template.
- Permission
Model string - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- Stack
Instances List<Pulumi.Group Azure Native. Aws Connector. Inputs. Stack Instances Response> - A group of stack instances with parameters in some specific accounts and regions.
- Stack
Set stringId - The ID of the stack set that you're creating.
- Stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- Template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- Template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- Administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- Auto
Deployment AutoDeployment Response - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- Call
As string - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities []string
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- Execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- Managed
Execution ActiveModel Response - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Operation
Preferences OperationPreferences Response - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- Parameters
[]Parameter
Response - The input parameters for the stack set template.
- Permission
Model string - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- Stack
Instances []StackGroup Instances Response - A group of stack instances with parameters in some specific accounts and regions.
- Stack
Set stringId - The ID of the stack set that you're creating.
- Stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- []Tag
Response - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- Template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- Template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role StringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment AutoDeployment Response - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As String - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities List<String>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role StringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution ActiveModel Response - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences OperationPreferences Response - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters
List<Parameter
Response> - The input parameters for the stack set template.
- permission
Model String - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances List<StackGroup Instances Response> - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set StringId - The ID of the stack set that you're creating.
- stack
Set StringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Tag
Response> - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body String - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL String - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role stringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment AutoDeployment Response - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As string - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities string[]
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role stringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution ActiveModel Response - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences OperationPreferences Response - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters
Parameter
Response[] - The input parameters for the stack set template.
- permission
Model string - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances StackGroup Instances Response[] - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set stringId - The ID of the stack set that you're creating.
- stack
Set stringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- Tag
Response[] - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body string - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL string - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration_
role_ strarn - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto_
deployment AutoDeployment Response - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call_
as str - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities Sequence[str]
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description str
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution_
role_ strname - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed_
execution ActiveModel Response - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation_
preferences OperationPreferences Response - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters
Sequence[Parameter
Response] - The input parameters for the stack set template.
- permission_
model str - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack_
instances_ Sequence[Stackgroup Instances Response] - A group of stack instances with parameters in some specific accounts and regions.
- stack_
set_ strid - The ID of the stack set that you're creating.
- stack_
set_ strname - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- Sequence[Tag
Response] - The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template_
body str - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template_
url str - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- administration
Role StringARN - The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
- auto
Deployment Property Map - Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call
As String - Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities List<String>
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution
Role StringName - The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed
Execution Property Map - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation
Preferences Property Map - The user-specified preferences for how AWS CloudFormation performs a stack set operation.
- parameters List<Property Map>
- The input parameters for the stack set template.
- permission
Model String - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- stack
Instances List<Property Map>Group - A group of stack instances with parameters in some specific accounts and regions.
- stack
Set StringId - The ID of the stack set that you're creating.
- stack
Set StringName - The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Property Map>
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template
Body String - The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template
URL String - Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
CallAs, CallAsArgs
- DELEGATED_ADMIN
- DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- SELF
- SELFCallAs enum SELF
- Call
As_DELEGATED_ADMIN - DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- Call
As SELF - SELFCallAs enum SELF
- DELEGATED_ADMIN
- DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- SELF
- SELFCallAs enum SELF
- DELEGATED_ADMIN
- DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- SELF
- SELFCallAs enum SELF
- DELEGATE_D_ADMIN
- DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- SELF
- SELFCallAs enum SELF
- "DELEGATED_ADMIN"
- DELEGATED_ADMINCallAs enum DELEGATED_ADMIN
- "SELF"
- SELFCallAs enum SELF
CloudFormationStackSetProperties, CloudFormationStackSetPropertiesArgs
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Cloud Formation Stack Set 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 Set 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 Set 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 Set 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 Set 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
CloudFormationStackSetPropertiesResponse, CloudFormationStackSetPropertiesResponseArgs
- 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 Set 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 Set 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 Set 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 Set 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 Set 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
DeploymentTargets, DeploymentTargetsArgs
- Account
Filter string | Pulumi.Type Azure Native. Aws Connector. Deployment Targets Account Filter Type - The filter type you want to apply on organizational units and accounts.
- Accounts List<string>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- Accounts
Url string - Returns the value of the AccountsUrl property.
- Organizational
Unit List<string>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- Account
Filter string | DeploymentType Targets Account Filter Type - The filter type you want to apply on organizational units and accounts.
- Accounts []string
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- Accounts
Url string - Returns the value of the AccountsUrl property.
- Organizational
Unit []stringIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter String | DeploymentType Targets Account Filter Type - The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url String - Returns the value of the AccountsUrl property.
- organizational
Unit List<String>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter string | DeploymentType Targets Account Filter Type - The filter type you want to apply on organizational units and accounts.
- accounts string[]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url string - Returns the value of the AccountsUrl property.
- organizational
Unit string[]Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account_
filter_ str | Deploymenttype Targets Account Filter Type - The filter type you want to apply on organizational units and accounts.
- accounts Sequence[str]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts_
url str - Returns the value of the AccountsUrl property.
- organizational_
unit_ Sequence[str]ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter String | "DIFFERENCE" | "INTERSECTION" | "NONE" | "UNION"Type - The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url String - Returns the value of the AccountsUrl property.
- organizational
Unit List<String>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
DeploymentTargetsAccountFilterType, DeploymentTargetsAccountFilterTypeArgs
- DIFFERENCE
- DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- INTERSECTION
- INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- NONE
- NONEDeploymentTargetsAccountFilterType enum NONE
- UNION
- UNIONDeploymentTargetsAccountFilterType enum UNION
- Deployment
Targets Account Filter Type DIFFERENCE - DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- Deployment
Targets Account Filter Type INTERSECTION - INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- Deployment
Targets Account Filter Type NONE - NONEDeploymentTargetsAccountFilterType enum NONE
- Deployment
Targets Account Filter Type UNION - UNIONDeploymentTargetsAccountFilterType enum UNION
- DIFFERENCE
- DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- INTERSECTION
- INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- NONE
- NONEDeploymentTargetsAccountFilterType enum NONE
- UNION
- UNIONDeploymentTargetsAccountFilterType enum UNION
- DIFFERENCE
- DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- INTERSECTION
- INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- NONE
- NONEDeploymentTargetsAccountFilterType enum NONE
- UNION
- UNIONDeploymentTargetsAccountFilterType enum UNION
- DIFFERENCE
- DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- INTERSECTION
- INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- NONE
- NONEDeploymentTargetsAccountFilterType enum NONE
- UNION
- UNIONDeploymentTargetsAccountFilterType enum UNION
- "DIFFERENCE"
- DIFFERENCEDeploymentTargetsAccountFilterType enum DIFFERENCE
- "INTERSECTION"
- INTERSECTIONDeploymentTargetsAccountFilterType enum INTERSECTION
- "NONE"
- NONEDeploymentTargetsAccountFilterType enum NONE
- "UNION"
- UNIONDeploymentTargetsAccountFilterType enum UNION
DeploymentTargetsResponse, DeploymentTargetsResponseArgs
- Account
Filter stringType - The filter type you want to apply on organizational units and accounts.
- Accounts List<string>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- Accounts
Url string - Returns the value of the AccountsUrl property.
- Organizational
Unit List<string>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- Account
Filter stringType - The filter type you want to apply on organizational units and accounts.
- Accounts []string
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- Accounts
Url string - Returns the value of the AccountsUrl property.
- Organizational
Unit []stringIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter StringType - The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url String - Returns the value of the AccountsUrl property.
- organizational
Unit List<String>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter stringType - The filter type you want to apply on organizational units and accounts.
- accounts string[]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url string - Returns the value of the AccountsUrl property.
- organizational
Unit string[]Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account_
filter_ strtype - The filter type you want to apply on organizational units and accounts.
- accounts Sequence[str]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts_
url str - Returns the value of the AccountsUrl property.
- organizational_
unit_ Sequence[str]ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account
Filter StringType - The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts
Url String - Returns the value of the AccountsUrl property.
- organizational
Unit List<String>Ids - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
OperationPreferences, OperationPreferencesArgs
- Failure
Tolerance intCount - Property failureToleranceCount
- Failure
Tolerance intPercentage - Property failureTolerancePercentage
- Max
Concurrent intCount - Property maxConcurrentCount
- Max
Concurrent intPercentage - Property maxConcurrentPercentage
- Region
Concurrency string | Pulumi.Type Azure Native. Aws Connector. Operation Preferences Region Concurrency Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- Region
Order List<string> - Property regionOrder
- Failure
Tolerance intCount - Property failureToleranceCount
- Failure
Tolerance intPercentage - Property failureTolerancePercentage
- Max
Concurrent intCount - Property maxConcurrentCount
- Max
Concurrent intPercentage - Property maxConcurrentPercentage
- Region
Concurrency string | OperationType Preferences Region Concurrency Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- Region
Order []string - Property regionOrder
- failure
Tolerance IntegerCount - Property failureToleranceCount
- failure
Tolerance IntegerPercentage - Property failureTolerancePercentage
- max
Concurrent IntegerCount - Property maxConcurrentCount
- max
Concurrent IntegerPercentage - Property maxConcurrentPercentage
- region
Concurrency String | OperationType Preferences Region Concurrency Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order List<String> - Property regionOrder
- failure
Tolerance numberCount - Property failureToleranceCount
- failure
Tolerance numberPercentage - Property failureTolerancePercentage
- max
Concurrent numberCount - Property maxConcurrentCount
- max
Concurrent numberPercentage - Property maxConcurrentPercentage
- region
Concurrency string | OperationType Preferences Region Concurrency Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order string[] - Property regionOrder
- failure_
tolerance_ intcount - Property failureToleranceCount
- failure_
tolerance_ intpercentage - Property failureTolerancePercentage
- max_
concurrent_ intcount - Property maxConcurrentCount
- max_
concurrent_ intpercentage - Property maxConcurrentPercentage
- region_
concurrency_ str | Operationtype Preferences Region Concurrency Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region_
order Sequence[str] - Property regionOrder
- failure
Tolerance NumberCount - Property failureToleranceCount
- failure
Tolerance NumberPercentage - Property failureTolerancePercentage
- max
Concurrent NumberCount - Property maxConcurrentCount
- max
Concurrent NumberPercentage - Property maxConcurrentPercentage
- region
Concurrency String | "PARALLEL" | "SEQUENTIAL"Type - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order List<String> - Property regionOrder
OperationPreferencesRegionConcurrencyType, OperationPreferencesRegionConcurrencyTypeArgs
- PARALLEL
- PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- SEQUENTIAL
- SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
- Operation
Preferences Region Concurrency Type PARALLEL - PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- Operation
Preferences Region Concurrency Type SEQUENTIAL - SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
- PARALLEL
- PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- SEQUENTIAL
- SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
- PARALLEL
- PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- SEQUENTIAL
- SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
- PARALLEL
- PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- SEQUENTIAL
- SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
- "PARALLEL"
- PARALLELOperationPreferencesRegionConcurrencyType enum PARALLEL
- "SEQUENTIAL"
- SEQUENTIALOperationPreferencesRegionConcurrencyType enum SEQUENTIAL
OperationPreferencesResponse, OperationPreferencesResponseArgs
- Failure
Tolerance intCount - Property failureToleranceCount
- Failure
Tolerance intPercentage - Property failureTolerancePercentage
- Max
Concurrent intCount - Property maxConcurrentCount
- Max
Concurrent intPercentage - Property maxConcurrentPercentage
- Region
Concurrency stringType - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- Region
Order List<string> - Property regionOrder
- Failure
Tolerance intCount - Property failureToleranceCount
- Failure
Tolerance intPercentage - Property failureTolerancePercentage
- Max
Concurrent intCount - Property maxConcurrentCount
- Max
Concurrent intPercentage - Property maxConcurrentPercentage
- Region
Concurrency stringType - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- Region
Order []string - Property regionOrder
- failure
Tolerance IntegerCount - Property failureToleranceCount
- failure
Tolerance IntegerPercentage - Property failureTolerancePercentage
- max
Concurrent IntegerCount - Property maxConcurrentCount
- max
Concurrent IntegerPercentage - Property maxConcurrentPercentage
- region
Concurrency StringType - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order List<String> - Property regionOrder
- failure
Tolerance numberCount - Property failureToleranceCount
- failure
Tolerance numberPercentage - Property failureTolerancePercentage
- max
Concurrent numberCount - Property maxConcurrentCount
- max
Concurrent numberPercentage - Property maxConcurrentPercentage
- region
Concurrency stringType - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order string[] - Property regionOrder
- failure_
tolerance_ intcount - Property failureToleranceCount
- failure_
tolerance_ intpercentage - Property failureTolerancePercentage
- max_
concurrent_ intcount - Property maxConcurrentCount
- max_
concurrent_ intpercentage - Property maxConcurrentPercentage
- region_
concurrency_ strtype - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region_
order Sequence[str] - Property regionOrder
- failure
Tolerance NumberCount - Property failureToleranceCount
- failure
Tolerance NumberPercentage - Property failureTolerancePercentage
- max
Concurrent NumberCount - Property maxConcurrentCount
- max
Concurrent NumberPercentage - Property maxConcurrentPercentage
- region
Concurrency StringType - The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time
- region
Order List<String> - Property regionOrder
Parameter, ParameterArgs
- Parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- Parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key String - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name string - The name of the parameter.
- parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter_
key str - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter_
name str - The name of the parameter.
- parameter_
value str - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key String - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
ParameterResponse, ParameterResponseArgs
- Parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- Parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key String - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key string - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name string - The name of the parameter.
- parameter
Value string - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter_
key str - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter_
name str - The name of the parameter.
- parameter_
value str - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
- parameter
Key String - The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.
PermissionModel, PermissionModelArgs
- SELF_MANAGED
- SELF_MANAGEDPermissionModel enum SELF_MANAGED
- SERVICE_MANAGED
- SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
- Permission
Model_SELF_MANAGED - SELF_MANAGEDPermissionModel enum SELF_MANAGED
- Permission
Model_SERVICE_MANAGED - SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
- SELF_MANAGED
- SELF_MANAGEDPermissionModel enum SELF_MANAGED
- SERVICE_MANAGED
- SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
- SELF_MANAGED
- SELF_MANAGEDPermissionModel enum SELF_MANAGED
- SERVICE_MANAGED
- SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
- SEL_F_MANAGED
- SELF_MANAGEDPermissionModel enum SELF_MANAGED
- SERVIC_E_MANAGED
- SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
- "SELF_MANAGED"
- SELF_MANAGEDPermissionModel enum SELF_MANAGED
- "SERVICE_MANAGED"
- SERVICE_MANAGEDPermissionModel enum SERVICE_MANAGED
StackInstances, StackInstancesArgs
- Deployment
Targets Pulumi.Azure Native. Aws Connector. Inputs. Deployment Targets - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- Parameter
Overrides List<Pulumi.Azure Native. Aws Connector. Inputs. Parameter> - A list of stack set parameters whose values you want to override in the selected stack instances.
- Regions List<string>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- Deployment
Targets DeploymentTargets - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- Parameter
Overrides []Parameter - A list of stack set parameters whose values you want to override in the selected stack instances.
- Regions []string
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets DeploymentTargets - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides List<Parameter> - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets DeploymentTargets - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides Parameter[] - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions string[]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment_
targets DeploymentTargets - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter_
overrides Sequence[Parameter] - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions Sequence[str]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets Property Map - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides List<Property Map> - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
StackInstancesResponse, StackInstancesResponseArgs
- Deployment
Targets Pulumi.Azure Native. Aws Connector. Inputs. Deployment Targets Response - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- Parameter
Overrides List<Pulumi.Azure Native. Aws Connector. Inputs. Parameter Response> - A list of stack set parameters whose values you want to override in the selected stack instances.
- Regions List<string>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- Deployment
Targets DeploymentTargets Response - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- Parameter
Overrides []ParameterResponse - A list of stack set parameters whose values you want to override in the selected stack instances.
- Regions []string
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets DeploymentTargets Response - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides List<ParameterResponse> - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets DeploymentTargets Response - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides ParameterResponse[] - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions string[]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment_
targets DeploymentTargets Response - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter_
overrides Sequence[ParameterResponse] - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions Sequence[str]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- deployment
Targets Property Map - The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
- parameter
Overrides List<Property Map> - A list of stack set parameters whose values you want to override in the selected stack instances.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
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:CloudFormationStackSet gkzgnjmgm /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/cloudFormationStackSets/{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