You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServerlessApplicationRepository::Types::CreateCloudFormationChangeSetInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Create an application change set request.

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.

The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.

The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.

Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.

If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don\'t specify this parameter for an application that requires capabilities, the call will fail.

Returns:

  • (Array<String>)

    A list of values that you must specify before you can deploy certain applications.

#change_set_nameString

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (String)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#client_tokenString

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (String)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#descriptionString

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (String)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#notification_arnsArray<String>

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (Array<String>)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#parameter_overridesArray<Types::ParameterValue>

A list of parameter values for the parameters of the application.

Returns:

#resource_typesArray<String>

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (Array<String>)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#rollback_configurationTypes::RollbackConfiguration

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

#semantic_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)

    The semantic version of the application:.

#stack_nameString

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (String)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#tagsArray<Types::Tag>

This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

Returns:

  • (Array<Types::Tag>)

    This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.

#template_idString

The UUID returned by CreateCloudFormationTemplate.

Pattern: [0-9a-fA-F]`8\-[0-9a-fA-F]4\-[0-9a-fA-F]4\-[0-9a-fA-F]4\-[0-9a-fA-F]12`

Returns:

  • (String)

    The UUID returned by CreateCloudFormationTemplate.