Type Alias: Parameter
Parameter =
object
Defined in: CloudFormationTemplate.ts:46
Properties
AllowedPattern?
optionalAllowedPattern?:string
Defined in: CloudFormationTemplate.ts:67
AllowedValues?
optionalAllowedValues?:string[]
Defined in: CloudFormationTemplate.ts:47
ConstraintDescription?
optionalConstraintDescription?:string
Defined in: CloudFormationTemplate.ts:68
Default?
optionalDefault?:string|number|boolean
Defined in: CloudFormationTemplate.ts:48
Description?
optionalDescription?:string
Defined in: CloudFormationTemplate.ts:49
MaxLength?
optionalMaxLength?:number
Defined in: CloudFormationTemplate.ts:64
MaxValue?
optionalMaxValue?:number
Defined in: CloudFormationTemplate.ts:66
MinLength?
optionalMinLength?:number
Defined in: CloudFormationTemplate.ts:63
MinValue?
optionalMinValue?:number
Defined in: CloudFormationTemplate.ts:65
NoEcho?
optionalNoEcho?:boolean
Defined in: CloudFormationTemplate.ts:62
Type
Type:
"String"|"Number"|"List<Number>"|"CommaDelimitedList"|"AWS::EC2::KeyPair::KeyName"|"AWS::EC2::SecurityGroup::Id"|"AWS::EC2::Subnet::Id"|"AWS::EC2::VPC::Id"|"List<AWS::EC2::VPC::Id>"|"List<AWS::EC2::SecurityGroup::Id>"|"List<AWS::EC2::Subnet::Id>"
Defined in: CloudFormationTemplate.ts:50