ValidateTemplateOutput

public struct ValidateTemplateOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 AWS CloudFormation Templates.

    Declaration

    Swift

    public let capabilities: [Capability]?
  • The list of resources that generated the values in the Capabilities response element.

    Declaration

    Swift

    public let capabilitiesReason: String?
  • A list of the transforms that are declared in the template.

    Declaration

    Swift

    public let declaredTransforms: [String]?
  • The description found within the template.

    Declaration

    Swift

    public let description: String?
  • A list of TemplateParameter structures.

    Declaration

    Swift

    public let parameters: [TemplateParameter]?
  • Undocumented

    Declaration

    Swift

    public init(capabilities: [Capability]? = nil, capabilitiesReason: String? = nil, declaredTransforms: [String]? = nil, description: String? = nil, parameters: [TemplateParameter]? = nil)