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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetLogicalResourceId()

The logical name of the resource specified in the template.

StringgetPhysicalResourceId()

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

StringgetResourceType()

Type of resource.

voidsetLogicalResourceId(String logicalResourceId)

The logical name of the resource specified in the template.

voidsetPhysicalResourceId(String physicalResourceId)

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

voidsetResourceStatus(String resourceStatus)

Current status of the resource.

voidsetResourceStatus(ResourceStatus resourceStatus)

Current status of the resource.

voidsetResourceStatusReason(String resourceStatusReason)

Success/failure message associated with the resource.

voidsetResourceType(String resourceType)

Type of resource.