Class: Aws::CloudFormation::Types::ValidateTemplateOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The output for ValidateTemplate action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see [Acknowledging IAM Resources in CloudFormation Templates].

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities

Returns:

  • (Array<String>)


11555
11556
11557
11558
11559
11560
11561
11562
11563
# File 'lib/aws-sdk-cloudformation/types.rb', line 11555

class ValidateTemplateOutput < Struct.new(
  :parameters,
  :description,
  :capabilities,
  :capabilities_reason,
  :declared_transforms)
  SENSITIVE = []
  include Aws::Structure
end

#capabilities_reasonString

The list of resources that generated the values in the ‘Capabilities` response element.

Returns:

  • (String)


11555
11556
11557
11558
11559
11560
11561
11562
11563
# File 'lib/aws-sdk-cloudformation/types.rb', line 11555

class ValidateTemplateOutput < Struct.new(
  :parameters,
  :description,
  :capabilities,
  :capabilities_reason,
  :declared_transforms)
  SENSITIVE = []
  include Aws::Structure
end

#declared_transformsArray<String>

A list of the transforms that are declared in the template.

Returns:

  • (Array<String>)


11555
11556
11557
11558
11559
11560
11561
11562
11563
# File 'lib/aws-sdk-cloudformation/types.rb', line 11555

class ValidateTemplateOutput < Struct.new(
  :parameters,
  :description,
  :capabilities,
  :capabilities_reason,
  :declared_transforms)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description found within the template.

Returns:

  • (String)


11555
11556
11557
11558
11559
11560
11561
11562
11563
# File 'lib/aws-sdk-cloudformation/types.rb', line 11555

class ValidateTemplateOutput < Struct.new(
  :parameters,
  :description,
  :capabilities,
  :capabilities_reason,
  :declared_transforms)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::TemplateParameter>

A list of ‘TemplateParameter` structures.

Returns:



11555
11556
11557
11558
11559
11560
11561
11562
11563
# File 'lib/aws-sdk-cloudformation/types.rb', line 11555

class ValidateTemplateOutput < Struct.new(
  :parameters,
  :description,
  :capabilities,
  :capabilities_reason,
  :declared_transforms)
  SENSITIVE = []
  include Aws::Structure
end