1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cloudformation
  6. getChangeSet

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource type definition for AWS::CloudFormation::ChangeSet

    Using getChangeSet

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getChangeSet(args: GetChangeSetArgs, opts?: InvokeOptions): Promise<GetChangeSetResult>
    function getChangeSetOutput(args: GetChangeSetOutputArgs, opts?: InvokeOutputOptions): Output<GetChangeSetResult>
    def get_change_set(change_set_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetChangeSetResult
    def get_change_set_output(change_set_id: pulumi.Input[Optional[str]] = None,
                       opts: Optional[InvokeOutputOptions] = None) -> Output[GetChangeSetResult]
    func LookupChangeSet(ctx *Context, args *LookupChangeSetArgs, opts ...InvokeOption) (*LookupChangeSetResult, error)
    func LookupChangeSetOutput(ctx *Context, args *LookupChangeSetOutputArgs, opts ...InvokeOption) LookupChangeSetResultOutput

    > Note: This function is named LookupChangeSet in the Go SDK.

    public static class GetChangeSet 
    {
        public static Task<GetChangeSetResult> InvokeAsync(GetChangeSetArgs args, InvokeOptions? opts = null)
        public static Output<GetChangeSetResult> Invoke(GetChangeSetInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetChangeSetResult> Invoke(GetChangeSetInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetChangeSetResult> getChangeSet(GetChangeSetArgs args, InvokeOptions options)
    public static Output<GetChangeSetResult> getChangeSet(GetChangeSetArgs args, InvokeOptions options)
    public static Output<GetChangeSetResult> getChangeSet(GetChangeSetArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:cloudformation:getChangeSet
      arguments:
        # arguments dictionary
    data "aws-native_cloudformation_get_change_set" "name" {
        # arguments
    }

    The following arguments are supported:

    ChangeSetId string
    The ARN of the change set.
    ChangeSetId string
    The ARN of the change set.
    change_set_id string
    The ARN of the change set.
    changeSetId String
    The ARN of the change set.
    changeSetId string
    The ARN of the change set.
    change_set_id str
    The ARN of the change set.
    changeSetId String
    The ARN of the change set.

    getChangeSet Result

    The following output properties are available:

    ChangeSetId string
    The ARN of the change set.
    CreationTime string
    The time the change set was created.
    StackId string
    The unique ID of the stack.
    ChangeSetId string
    The ARN of the change set.
    CreationTime string
    The time the change set was created.
    StackId string
    The unique ID of the stack.
    change_set_id string
    The ARN of the change set.
    creation_time string
    The time the change set was created.
    stack_id string
    The unique ID of the stack.
    changeSetId String
    The ARN of the change set.
    creationTime String
    The time the change set was created.
    stackId String
    The unique ID of the stack.
    changeSetId string
    The ARN of the change set.
    creationTime string
    The time the change set was created.
    stackId string
    The unique ID of the stack.
    change_set_id str
    The ARN of the change set.
    creation_time str
    The time the change set was created.
    stack_id str
    The unique ID of the stack.
    changeSetId String
    The ARN of the change set.
    creationTime String
    The time the change set was created.
    stackId String
    The unique ID of the stack.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial