Resource Type: ec2_vpc_routetable

Defined in:
lib/puppet/type/ec2_vpc_routetable.rb
Providers:
v2

Overview

Type representing a VPC route table.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • region

    Region in which to launch the route table.

  • routes

    Individual routes for the routing table.

  • tags

    Tags to assign to the route table.

  • vpc

    VPC to assign the route table to.

Parameters

  • name (namevar)

    The name of the route table.

  • provider

    The specific backend to use for this ‘ec2_vpc_routetable` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.