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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb

Overview

Create an application change set request.

Constant Summary collapse

SENSITIVE =
[]

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>)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_nameString

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

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#notification_arnsArray<String>

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

Returns:

  • (Array<String>)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_overridesArray<Types::ParameterValue>

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

Returns:



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

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

Returns:

  • (Array<String>)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#rollback_configurationTypes::RollbackConfiguration

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



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#semantic_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

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

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 896

class CreateCloudFormationChangeSetInput < Struct.new(
  :capabilities,
  :change_set_name,
  :client_token,
  :description,
  :notification_arns,
  :parameter_overrides,
  :resource_types,
  :rollback_configuration,
  :semantic_version,
  :stack_name,
  :tags,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end