Sha256: d67384f39274f7636d9343d3d971a7cedd8eba666e0c5c498699e5b6e54b587b

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

  parameter 'SSHLocation',
            :Description => 'The IP address range that can be used to SSH to the EC2 instances',
            :Type => 'String',
            :MinLength => '9',
            :MaxLength => '18',
            :Default => '0.0.0.0/0',
            :AllowedPattern => '(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})/(\\d{1,2})',
            :ConstraintDescription => 'must be a valid IP CIDR range of the form x.x.x.x/x.'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aws-cfn-dsl-0.5.0 test/Parameters/SSHLocation.rb
aws-cfn-dsl-0.2.0 test/Parameters/SSHLocation.rb
aws-cfn-dsl-0.1.0 test/Parameters/SSHLocation.rb