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.

Container for the parameters to the DescribeChangeSetHooks operation. Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFormation.AmazonCloudFormationRequest
      Amazon.CloudFormation.Model.DescribeChangeSetHooksRequest

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

Syntax

C#
public class DescribeChangeSetHooksRequest : AmazonCloudFormationRequest
         IAmazonWebServiceRequest

The DescribeChangeSetHooksRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChangeSetName System.String

Gets and sets the property ChangeSetName.

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

Public Property LogicalResourceId System.String

Gets and sets the property LogicalResourceId.

If specified, lists only the hooks related to the specified LogicalResourceId.

Public Property NextToken System.String

Gets and sets the property NextToken.

A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.

Public Property StackName System.String

Gets and sets the property StackName.

If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.

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