You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::StackSetSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The structures that contain summary information about the specified stack set.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deploymentTypes::AutoDeployment

[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).

Returns:

  • (Types::AutoDeployment)

    [Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).

#descriptionString

A description of the stack set that you specify when the stack set is created or updated.

Returns:

  • (String)

    A description of the stack set that you specify when the stack set is created or updated.

#drift_statusString

Status of the stack set\'s actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.

  • DRIFTED: One or more of the stack instances belonging to the stack set stack 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: AWS CloudFormation has not checked the stack set for drift.

  • IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected template and parameter configuration.

  • UNKNOWN: This value is reserved for future use.

    Possible values:

    • DRIFTED
    • IN_SYNC
    • UNKNOWN
    • NOT_CHECKED

Returns:

  • (String)

    Status of the stack set\'s actual configuration compared to its expected template and parameter configuration.

#last_drift_check_timestampTime

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection has not yet been performed.

Returns:

  • (Time)

    Most recent time when CloudFormation performed a drift detection operation on the stack set.

#permission_modelString

Describes how the IAM roles required for stack set operations are created.

Returns:

  • (String)

    Describes how the IAM roles required for stack set operations are created.

#stack_set_idString

The ID of the stack set.

Returns:

  • (String)

    The ID of the stack set.

#stack_set_nameString

The name of the stack set.

Returns:

  • (String)

    The name of the stack set.

#statusString

The status of the stack set.

Possible values:

  • ACTIVE
  • DELETED

Returns:

  • (String)

    The status of the stack set.