@itentialopensource/adapter-aws_cloudformation
Version:
This adapter integrates with system described as: Aws_cloudformation.
64 lines • 3.72 kB
text/xml
<DescribeStackEventsResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
<DescribeStackEventsResult>
<StackEvents>
<member>
<Timestamp>2016-03-15T20:54:31.809Z</Timestamp>
<ResourceStatus>CREATE_COMPLETE</ResourceStatus>
<StackId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</StackId>
<EventId>1dedea10-eaf0-11e5-8451-500c5242948e</EventId>
<LogicalResourceId>SampleStack</LogicalResourceId>
<StackName>SampleStack</StackName>
<PhysicalResourceId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</PhysicalResourceId>
<ResourceType>AWS::CloudFormation::Stack</ResourceType>
</member>
<member>
<Timestamp>2016-03-15T20:54:30.174Z</Timestamp>
<ResourceStatus>CREATE_COMPLETE</ResourceStatus>
<StackId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</StackId>
<EventId>MyEC2Instance-CREATE_COMPLETE-2016-03-15T20:54:30.174Z</EventId>
<LogicalResourceId>MyEC2Instance</LogicalResourceId>
<StackName>SampleStack</StackName>
<PhysicalResourceId>i-1abc23d4</PhysicalResourceId>
<ResourceProperties>{"ImageId":ami-8fcee4e5",...}</ResourceProperties>
<ResourceType>AWS::EC2::Instance</ResourceType>
</member>
<member>
<Timestamp>2016-03-15T20:53:17.660Z</Timestamp>
<ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>
<StackId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</StackId>
<EventId>MyEC2Instance-CREATE_IN_PROGRESS-2016-03-15T20:53:17.660Z</EventId>
<LogicalResourceId>MyEC2Instance</LogicalResourceId>
<ResourceStatusReason>Resource creation Initiated</ResourceStatusReason>
<StackName>SampleStack</StackName>
<PhysicalResourceId>i-1abc23d4</PhysicalResourceId>
<ResourceProperties>{"ImageId":ami-8fcee4e5",...}</ResourceProperties>
<ResourceType>AWS::EC2::Instance</ResourceType>
</member>
<member>
<Timestamp>2016-03-15T20:53:16.516Z</Timestamp>
<ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>
<StackId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</StackId>
<EventId>MyEC2Instance-CREATE_IN_PROGRESS-2016-03-15T20:53:16.516Z</EventId>
<LogicalResourceId>MyEC2Instance</LogicalResourceId>
<StackName>SampleStack</StackName>
<PhysicalResourceId/>
<ResourceProperties>{"ImageId":ami-8fcee4e5",...}</ResourceProperties>
<ResourceType>AWS::EC2::Instance</ResourceType>
</member>
<member>
<Timestamp>2016-03-15T20:53:11.231Z</Timestamp>
<ResourceStatus>CREATE_IN_PROGRESS</ResourceStatus>
<StackId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</StackId>
<EventId>edbf2ac0-eaef-11e5-adeb-500c28903236</EventId>
<LogicalResourceId>SampleStack</LogicalResourceId>
<ResourceStatusReason>User Initiated</ResourceStatusReason>
<StackName>SampleStack</StackName>
<PhysicalResourceId>arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/12a3b456-0e10-4ce0-9052-5d484a8c4e5b</PhysicalResourceId>
<ResourceType>AWS::CloudFormation::Stack</ResourceType>
</member>
</StackEvents>
</DescribeStackEventsResult>
<ResponseMetadata>
<RequestId>b9b4b068-3a41-11e5-94eb-example</RequestId>
</ResponseMetadata>
</DescribeStackEventsResponse>