Show / Hide Table of Contents

Class PseudoParameter

Pseudo parameters are parameters that are predefined by AWS CloudFormation.

Inheritance
Object
Parameter
PseudoParameter
Implements
IParameter
ITemplateObject
Inherited Members
Parameter.AllowedPattern
Parameter.AllowedPatternString
Parameter.AllowedValues
Parameter.ConstraintDescription
Parameter.CurrentValue
Parameter.Default
Parameter.Description
Parameter.MaxLength
Parameter.MaxValue
Parameter.MinLength
Parameter.MinValue
Parameter.Name
Parameter.NoEcho
Parameter.Type
Parameter.HasMinLength
Parameter.HasMinValue
Parameter.HasMaxLength
Parameter.HasMaxValue
Parameter.IsSsmParameter
Parameter.Template
Parameter.GetClrType()
Parameter.GetCurrentValue()
Parameter.SetCurrentValue(IDictionary<String, Object>)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class PseudoParameter : Parameter, IParameter, ITemplateObject

Methods

| Improve this Doc View Source

Create(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
PseudoParameter

A new PseudoParameter

Exceptions
Type Condition
ArgumentException

Invalid pseudo parameter 'name', - name

Implements

IParameter
ITemplateObject

See Also

Parameter
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Create(String)
  • Implements
  • See Also
Back to top Generated by DocFX