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
published on Monday, Aug 24, 2026 by Pulumi
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
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 dictionarydata "aws-native_cloudformation_get_change_set" "name" {
# arguments
}The following arguments are supported:
- Change
Set stringId - The ARN of the change set.
- Change
Set stringId - The ARN of the change set.
- change_
set_ stringid - The ARN of the change set.
- change
Set StringId - The ARN of the change set.
- change
Set stringId - The ARN of the change set.
- change_
set_ strid - The ARN of the change set.
- change
Set StringId - The ARN of the change set.
getChangeSet Result
The following output properties are available:
- Change
Set stringId - 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.
- Change
Set stringId - 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.
- change_
set_ stringid - 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.
- change
Set StringId - 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.
- change
Set stringId - 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.
- change_
set_ strid - 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.
- change
Set StringId - 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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 24, 2026 by Pulumi