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.

The Change structure describes the changes CloudFormation will perform if you execute the change set.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.Change

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

Syntax

C#
public class Change

The Change type exposes the following members

Constructors

NameDescription
Public Method Change()

Properties

NameTypeDescription
Public Property HookInvocationCount System.Int32

Gets and sets the property HookInvocationCount.

Is either null, if no hooks invoke for the resource, or contains the number of hooks that will invoke for the resource.

Public Property ResourceChange Amazon.CloudFormation.Model.ResourceChange

Gets and sets the property ResourceChange.

A ResourceChange structure that describes the resource and action that CloudFormation will perform.

Public Property Type Amazon.CloudFormation.ChangeType

Gets and sets the property Type.

The type of entity that CloudFormation changes. Currently, the only entity type is Resource.

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