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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end

#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.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end

#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)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end

#stack_set_idString

The ID of the stack set.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end

#stack_set_nameString

The name of the stack set.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end

#statusString

The status of the stack set.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-cloudformation/types.rb', line 6389

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :drift_status,
  :last_drift_check_timestamp)
  include Aws::Structure
end