---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_cloudformation_stackset{% #aws_cloudformation_stackset %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `auto_deployment`{% #auto_deployment %}

**Type**: `STRUCT`**Provider name**: `AutoDeployment`**Description**: [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).

- `depends_on`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `DependsOn`**Description**: A list of StackSet ARNs that this StackSet depends on for auto-deployment operations. When auto-deployment is triggered, operations will be sequenced to ensure all dependencies complete successfully before this StackSet's operation begins.
- `enabled`**Type**: `BOOLEAN`**Provider name**: `Enabled`**Description**: If set to `true`, StackSets automatically deploys additional stack instances to 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_on_account_removal`**Type**: `BOOLEAN`**Provider name**: `RetainStacksOnAccountRemoval`**Description**: 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`.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `Description`**Description**: A description of the StackSet that you specify when the StackSet is created or updated.

## `drift_status`{% #drift_status %}

**Type**: `STRING`**Provider name**: `DriftStatus`**Description**: Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

- `DRIFTED`: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.
- `NOT_CHECKED`: CloudFormation hasn't checked the StackSet for drift.
- `IN_SYNC`: All the stack instances belonging to the StackSet match the expected template and parameter configuration.
- `UNKNOWN`: This value is reserved for future use.



## `last_drift_check_timestamp`{% #last_drift_check_timestamp %}

**Type**: `TIMESTAMP`**Provider name**: `LastDriftCheckTimestamp`**Description**: Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will be `NULL` for any StackSet that drift detection hasn't yet been performed on.

## `managed_execution`{% #managed_execution %}

**Type**: `STRUCT`**Provider name**: `ManagedExecution`**Description**: Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

- `active`**Type**: `BOOLEAN`**Provider name**: `Active`**Description**: When `true`, CloudFormation performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, CloudFormation starts queued operations in request order.If there are already running or queued operations, CloudFormation queues all incoming operations even if they are non-conflicting. You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.When `false` (default), StackSets performs one operation at a time in request order.

## `permission_model`{% #permission_model %}

**Type**: `STRING`**Provider name**: `PermissionModel`**Description**: Describes how the IAM roles required for StackSet operations are created.

- With `self-managed` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html).
- With `service-managed` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see [Activate trusted access for StackSets with Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html).



## `stack_set_id`{% #stack_set_id %}

**Type**: `STRING`**Provider name**: `StackSetId`**Description**: The ID of the StackSet.

## `stack_set_name`{% #stack_set_name %}

**Type**: `STRING`**Provider name**: `StackSetName`**Description**: The name of the StackSet.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the StackSet.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
