Class: Aws::CloudFormation::Types::OperationEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::OperationEvent
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Contains detailed information about an event that occurred during a CloudFormation operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for the request that initiated this operation.
-
#detailed_status ⇒ String
Additional status information about the operation.
-
#end_time ⇒ Time
The time when the event ended.
-
#event_id ⇒ String
A unique identifier for this event.
-
#event_type ⇒ String
The type of event.
-
#hook_failure_mode ⇒ String
Specifies how Hook failures are handled.
-
#hook_invocation_point ⇒ String
The point in the operation lifecycle when the Hook was invoked.
-
#hook_status ⇒ String
The status of the Hook invocation.
-
#hook_status_reason ⇒ String
Additional information about the Hook status.
-
#hook_type ⇒ String
The type name of the Hook that was invoked.
-
#logical_resource_id ⇒ String
The logical name of the resource as specified in the template.
-
#operation_id ⇒ String
The unique identifier of the operation this event belongs to.
-
#operation_status ⇒ String
The current status of the operation.
-
#operation_type ⇒ String
The type of operation.
-
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of a resource.
-
#resource_properties ⇒ String
The properties used to create the resource.
-
#resource_status ⇒ String
Current status of the resource.
-
#resource_status_reason ⇒ String
Success or failure message associated with the resource.
-
#resource_type ⇒ String
Type of resource.
-
#stack_id ⇒ String
The unique ID name of the instance of the stack.
-
#start_time ⇒ Time
The time when the event started.
-
#timestamp ⇒ Time
Time the status was updated.
-
#validation_failure_mode ⇒ String
Specifies how validation failures are handled.
-
#validation_name ⇒ String
The name of the validation that was performed.
-
#validation_path ⇒ String
The path within the resource where the validation was applied.
-
#validation_status ⇒ String
The status of the validation.
-
#validation_status_reason ⇒ String
Additional information about the validation status.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for the request that initiated this operation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#detailed_status ⇒ String
Additional status information about the operation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time when the event ended.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
A unique identifier for this event.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#hook_failure_mode ⇒ String
Specifies how Hook failures are handled.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#hook_invocation_point ⇒ String
The point in the operation lifecycle when the Hook was invoked.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#hook_status ⇒ String
The status of the Hook invocation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#hook_status_reason ⇒ String
Additional information about the Hook status.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#hook_type ⇒ String
The type name of the Hook that was invoked.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#logical_resource_id ⇒ String
The logical name of the resource as specified in the template.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
The unique identifier of the operation this event belongs to.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#operation_status ⇒ String
The current status of the operation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
The type of operation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of a resource.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#resource_properties ⇒ String
The properties used to create the resource.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Current status of the resource.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#resource_status_reason ⇒ String
Success or failure message associated with the resource.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The unique ID name of the instance of the stack.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the event started.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Time the status was updated.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#validation_failure_mode ⇒ String
Specifies how validation failures are handled.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#validation_name ⇒ String
The name of the validation that was performed.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#validation_path ⇒ String
The path within the resource where the validation was applied.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#validation_status ⇒ String
The status of the validation.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |
#validation_status_reason ⇒ String
Additional information about the validation status.
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6825 class OperationEvent < Struct.new( :event_id, :stack_id, :operation_id, :operation_type, :operation_status, :event_type, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :start_time, :end_time, :resource_status, :resource_status_reason, :resource_properties, :client_request_token, :hook_type, :hook_status, :hook_status_reason, :hook_invocation_point, :hook_failure_mode, :detailed_status, :validation_failure_mode, :validation_name, :validation_status, :validation_status_reason, :validation_path) SENSITIVE = [] include Aws::Structure end |