Interface ExistingSubnetArgs

interface ExistingSubnetArgs {
    subnet: Subnet;
}

Properties

Properties

subnet: Subnet

Optional existing instance to use to make the awsx Subnet out of. If this is provided No RouteTable or RouteTableAssociation will be automatically be created.

Generated using TypeDoc