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

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

Overview

The structures that contain summary information about the specified StackSet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deploymentTypes::AutoDeployment

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



10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#drift_statusString

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.

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#last_drift_check_timestampTime

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.

Returns:

  • (Time)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#managed_executionTypes::ManagedExecution

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.



10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#permission_modelString

Describes how the IAM roles required for StackSet operations are created.

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_idString

The ID of the StackSet.

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_nameString

The name of the StackSet.

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the StackSet.

Returns:

  • (String)


10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10295

class StackSetSummary < Struct.new(
  :stack_set_name,
  :stack_set_id,
  :description,
  :status,
  :auto_deployment,
  :permission_model,
  :drift_status,
  :last_drift_check_timestamp,
  :managed_execution)
  SENSITIVE = []
  include Aws::Structure
end