Class PseudoParameter
Pseudo parameters are parameters that are predefined by AWS CloudFormation.
Inherited Members
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class PseudoParameter : Parameter, IParameter, ITemplateObject
Methods
| Improve this Doc View SourceCreate(String)
Creates a pseudo parameter with the specified name.
Declaration
public static PseudoParameter Create(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name. |
Returns
Type | Description |
---|---|
Pseudo |
A new Pseudo |
Exceptions
Type | Condition |
---|---|
Argument |
Invalid pseudo parameter 'name', - name |