Class: Aws::CloudFormation::Types::StackResourceDetail

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

Overview

Contains detailed information about the specified stack resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

User defined description associated with the resource.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#drift_informationTypes::StackResourceDriftInformation

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.



8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

Time the status was updated.

Returns:

  • (Time)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#logical_resource_idString

The logical name of the resource specified in the template.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#metadataString

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#module_infoTypes::ModuleInfo

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

Returns:



8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idString

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statusString

Current status of the resource.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_status_reasonString

Success/failure message associated with the resource.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name associated with the stack.

Returns:

  • (String)


8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8432

class StackResourceDetail < Struct.new(
  :stack_name,
  :stack_id,
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :last_updated_timestamp,
  :resource_status,
  :resource_status_reason,
  :description,
  :metadata,
  :drift_information,
  :module_info)
  SENSITIVE = []
  include Aws::Structure
end