Java com.amazonaws.services.cloudformation.model StackEvent fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudformation.model StackEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudformation.model StackEvent.

The text is from its open source code.

Method

StringgetEventId()

The unique ID of this event.

StringgetLogicalResourceId()

The logical name of the resource specified in the template.

StringgetPhysicalResourceId()

The name or unique identifier associated with the physical instance of the resource.

StringgetResourceStatus()

Current status of the resource.

StringgetResourceStatusReason()

Success/failure message associated with the resource.

StringgetResourceType()

Type of resource.

java.util.DategetTimestamp()

Time the status was updated.