class
Amazonite::CloudFormation::OperationEvent
- Amazonite::CloudFormation::OperationEvent
- Reference
- Object
Overview
Contains detailed information about an event that occurred during a CloudFormation operation.
Defined in:
cloudformation/operation_event.crConstructors
- .from_xml(node : XML::Node) : self
- .new(event_id : String | Nil = nil, stack_id : String | Nil = nil, operation_id : String | Nil = nil, operation_type : OperationType | Nil = nil, operation_status : BeaconStackOperationStatus | Nil = nil, event_type : EventType | Nil = nil, logical_resource_id : String | Nil = nil, physical_resource_id : String | Nil = nil, resource_type : String | Nil = nil, timestamp : Time | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, resource_status : ResourceStatus | Nil = nil, resource_status_reason : String | Nil = nil, resource_properties : String | Nil = nil, client_request_token : String | Nil = nil, hook_type : String | Nil = nil, hook_status : HookStatus | Nil = nil, hook_status_reason : String | Nil = nil, hook_invocation_point : HookInvocationPoint | Nil = nil, hook_failure_mode : HookFailureMode | Nil = nil, detailed_status : DetailedStatus | Nil = nil, validation_failure_mode : HookFailureMode | Nil = nil, validation_name : String | Nil = nil, validation_status : ValidationStatus | Nil = nil, validation_status_reason : String | Nil = nil, validation_path : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_request_token : String | Nil
A unique identifier for the request that initiated this operation.
-
#client_request_token=(client_request_token : String | Nil)
A unique identifier for the request that initiated this operation.
-
#detailed_status : DetailedStatus | Nil
Additional status information about the operation.
-
#detailed_status=(detailed_status : DetailedStatus | Nil)
Additional status information about the operation.
-
#end_time : Time | Nil
The time when the event ended.
-
#end_time=(end_time : Time | Nil)
The time when the event ended.
-
#event_id : String | Nil
A unique identifier for this event.
-
#event_id=(event_id : String | Nil)
A unique identifier for this event.
-
#event_type : EventType | Nil
The type of event.
-
#event_type=(event_type : EventType | Nil)
The type of event.
-
#hash(hasher)
See
Object#hash(hasher) -
#hook_failure_mode : HookFailureMode | Nil
Specifies how Hook failures are handled.
-
#hook_failure_mode=(hook_failure_mode : HookFailureMode | Nil)
Specifies how Hook failures are handled.
-
#hook_invocation_point : HookInvocationPoint | Nil
The point in the operation lifecycle when the Hook was invoked.
-
#hook_invocation_point=(hook_invocation_point : HookInvocationPoint | Nil)
The point in the operation lifecycle when the Hook was invoked.
-
#hook_status : HookStatus | Nil
The status of the Hook invocation.
-
#hook_status=(hook_status : HookStatus | Nil)
The status of the Hook invocation.
-
#hook_status_reason : String | Nil
Additional information about the Hook status.
-
#hook_status_reason=(hook_status_reason : String | Nil)
Additional information about the Hook status.
-
#hook_type : String | Nil
The type name of the Hook that was invoked.
-
#hook_type=(hook_type : String | Nil)
The type name of the Hook that was invoked.
-
#logical_resource_id : String | Nil
The logical name of the resource as specified in the template.
-
#logical_resource_id=(logical_resource_id : String | Nil)
The logical name of the resource as specified in the template.
-
#operation_id : String | Nil
The unique identifier of the operation this event belongs to.
-
#operation_id=(operation_id : String | Nil)
The unique identifier of the operation this event belongs to.
-
#operation_status : BeaconStackOperationStatus | Nil
The current status of the operation.
-
#operation_status=(operation_status : BeaconStackOperationStatus | Nil)
The current status of the operation.
-
#operation_type : OperationType | Nil
The type of operation.
-
#operation_type=(operation_type : OperationType | Nil)
The type of operation.
-
#physical_resource_id : String | Nil
The name or unique identifier that corresponds to a physical instance ID of a resource.
-
#physical_resource_id=(physical_resource_id : String | Nil)
The name or unique identifier that corresponds to a physical instance ID of a resource.
-
#resource_properties : String | Nil
The properties used to create the resource.
-
#resource_properties=(resource_properties : String | Nil)
The properties used to create the resource.
-
#resource_status : ResourceStatus | Nil
Current status of the resource.
-
#resource_status=(resource_status : ResourceStatus | Nil)
Current status of the resource.
-
#resource_status_reason : String | Nil
Success or failure message associated with the resource.
-
#resource_status_reason=(resource_status_reason : String | Nil)
Success or failure message associated with the resource.
-
#resource_type : String | Nil
Type of resource.
-
#resource_type=(resource_type : String | Nil)
Type of resource.
-
#stack_id : String | Nil
The unique ID name of the instance of the stack.
-
#stack_id=(stack_id : String | Nil)
The unique ID name of the instance of the stack.
-
#start_time : Time | Nil
The time when the event started.
-
#start_time=(start_time : Time | Nil)
The time when the event started.
-
#timestamp : Time | Nil
Time the status was updated.
-
#timestamp=(timestamp : Time | Nil)
Time the status was updated.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#validation_failure_mode : HookFailureMode | Nil
Specifies how validation failures are handled.
-
#validation_failure_mode=(validation_failure_mode : HookFailureMode | Nil)
Specifies how validation failures are handled.
-
#validation_name : String | Nil
The name of the validation that was performed.
-
#validation_name=(validation_name : String | Nil)
The name of the validation that was performed.
-
#validation_path : String | Nil
The path within the resource where the validation was applied.
-
#validation_path=(validation_path : String | Nil)
The path within the resource where the validation was applied.
-
#validation_status : ValidationStatus | Nil
The status of the validation.
-
#validation_status=(validation_status : ValidationStatus | Nil)
The status of the validation.
-
#validation_status_reason : String | Nil
Additional information about the validation status.
-
#validation_status_reason=(validation_status_reason : String | Nil)
Additional information about the validation status.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A unique identifier for the request that initiated this operation.
A unique identifier for the request that initiated this operation.
Additional status information about the operation.
Specifies how Hook failures are handled.
The point in the operation lifecycle when the Hook was invoked.
The point in the operation lifecycle when the Hook was invoked.
Additional information about the Hook status.
The logical name of the resource as specified in the template.
The logical name of the resource as specified in the template.
The unique identifier of the operation this event belongs to.
The current status of the operation.
The name or unique identifier that corresponds to a physical instance ID of a resource.
The name or unique identifier that corresponds to a physical instance ID of a resource.
The properties used to create the resource.
Success or failure message associated with the resource.
Success or failure message associated with the resource.
Specifies how validation failures are handled.
Specifies how validation failures are handled.
The name of the validation that was performed.
The path within the resource where the validation was applied.
Additional information about the validation status.