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.

Information about a resource change that will occur when a plan is executed.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ResourceChange

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

Syntax

C#
public class ResourceChange

The ResourceChange type exposes the following members

Constructors

NameDescription
Public Method ResourceChange()

Properties

NameTypeDescription
Public Property Action Amazon.ServiceCatalog.ChangeAction

Gets and sets the property Action.

The change action.

Public Property Details System.Collections.Generic.List<Amazon.ServiceCatalog.Model.ResourceChangeDetail>

Gets and sets the property Details.

Information about the resource changes.

Public Property LogicalResourceId System.String

Gets and sets the property LogicalResourceId.

The ID of the resource, as defined in the CloudFormation template.

Public Property PhysicalResourceId System.String

Gets and sets the property PhysicalResourceId.

The ID of the resource, if it was already created.

Public Property Replacement Amazon.ServiceCatalog.Replacement

Gets and sets the property Replacement.

If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The type of resource.

Public Property Scope System.Collections.Generic.List<System.String>

Gets and sets the property Scope.

The change scope.

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