The output for ValidateTemplate action.

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ValidateTemplateResult
Public Class ValidateTemplateResult
public ref class ValidateTemplateResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ValidateTemplateResult()()()()
Initializes a new instance of the ValidateTemplateResult class
Capabilities
The capabitilites found within the template. Currently, CAPABILITY_IAM is the only capability detected. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
CapabilitiesReason
The capabilities reason found within the template.
Description
The description found within the template.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Parameters
A list of TemplateParameter structures.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCapabilities(IEnumerable<(Of <<'(String>)>>))
Adds elements to the Capabilities collection
WithCapabilities(array<String>[]()[][])
Adds elements to the Capabilities collection
WithCapabilitiesReason(String)
Sets the CapabilitiesReason property
WithDescription(String)
Sets the Description property
WithParameters(array<TemplateParameter>[]()[][])
Adds elements to the Parameters collection
WithParameters(IEnumerable<(Of <<'(TemplateParameter>)>>))
Adds elements to the Parameters collection

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFormation.Model..::..ValidateTemplateResult

See Also