AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains high-level information about the specified stack resource.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackResourceSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class StackResourceSummary

The StackResourceSummary type exposes the following members

Constructors

NameDescription
Public Method StackResourceSummary()

Properties

NameTypeDescription
Public Property DriftInformation Amazon.CloudFormation.Model.StackResourceDriftInformationSummary

Gets and sets the property DriftInformation.

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

Time the status was updated.

Public Property LogicalResourceId System.String

Gets and sets the property LogicalResourceId.

The logical name of the resource specified in the template.

Public Property ModuleInfo Amazon.CloudFormation.Model.ModuleInfo

Gets and sets the property ModuleInfo.

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

Public Property PhysicalResourceId System.String

Gets and sets the property PhysicalResourceId.

The name or unique identifier that corresponds to a physical instance ID of the resource.

Public Property ResourceStatus Amazon.CloudFormation.ResourceStatus

Gets and sets the property ResourceStatus.

Current status of the resource.

Public Property ResourceStatusReason System.String

Gets and sets the property ResourceStatusReason.

Success/failure message associated with the resource.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5