AWS SDK for .NET Documentation
ValidateTemplateResult Class
AmazonAmazon.CloudFormation.ModelValidateTemplateResult Did this page help you?   Yes   No    Tell us about it...

The output for ValidateTemplate action.

Declaration Syntax
C#
public class ValidateTemplateResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ValidateTemplateResult()()()()
Initializes a new instance of the ValidateTemplateResult class

Capabilities
The capabilities 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(array<String>[]()[][]) Obsolete.
Adds elements to the Capabilities collection

WithCapabilities(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the Capabilities collection

WithCapabilitiesReason(String) Obsolete.
Sets the CapabilitiesReason property

WithDescription(String) Obsolete.
Sets the Description property

WithParameters(array<TemplateParameter>[]()[][]) Obsolete.
Adds elements to the Parameters collection

WithParameters(IEnumerable<(Of <<'(TemplateParameter>)>>)) Obsolete.
Adds elements to the Parameters collection

Inheritance Hierarchy
Object
ValidateTemplateResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)