Sha256: 577df5b25d90fa077b24a1b59b0b5984aac359acb88f729043ef13d6697453c4

Contents?: true

Size: 1.13 KB

Versions: 23

Compression:

Stored size: 1.13 KB

Contents

AWS::EC2::VPC:
  Properties:
    CidrBlock: |
      "The CIDR block you want the VPC to cover. For example: 10.0.0.0/16."
    EnableDnsSupport: |
      "Specifies whether DNS resolution is supported for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not. By default the value is set to true."
    EnableDnsHostnames: |
      "Specifies whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not. You can only set EnableDnsHostnames to true if you also set the EnableDnsSupport attribute to true. By default, the value is set to false."
    InstanceTenancy: |
      "The allowed tenancy of instances launched into the VPC.
      default - Instances can be launched with any tenancy.
      dedicated - Any instance launched into the VPC will automatically be dedicated, regardless of the tenancy option you specify when you launch the instance."
    Tags: | 
      [
        {
          "Key"   => "Name",
          "Value" => "VPC"
        }     
      ]
    

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.6 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.5 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.4 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.3 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.2 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.1 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.3.0 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.9 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.8 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.7 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.6 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.5 lib/cfnlego/resources/AWS/EC2/VPC.yaml
cfnlego-0.2.4 lib/cfnlego/resources/AWS/EC2/VPC.yaml