Enum IntrinsicType
Specifies the type of the intrinsic
Namespace: Firefly.CloudFormationParser.Intrinsics
Assembly: Firefly.CloudFormationParser.dll
Syntax
public enum IntrinsicType
Fields
| Name | Description |
|---|---|
| And | The !And intrinsic |
| Base64 | The !Base64 intrinsic |
| Cidr | The !Cidr intrinsic |
| Condition | The !Condition intrinsic |
| Equals | The !Equals intrinsic |
| FindInMap | The !FindInMap intrinsic |
| GetAtt | The !GetAtt intrinsic |
| GetAZs | The !GetAZs intrinsic |
| If | The !If intrinsic |
| ImportValue | The !ImportValue intrinsic |
| Join | The !Join intrinsic |
| Not | The !Not intrinsic |
| Or | The !Or intrinsic |
| Ref | The !Ref intrinsic |
| Select | The !Select intrinsic |
| Split | The !Split intrinsic |
| Sub | The !Sub intrinsic |