The output for ValidateTemplate action.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
|