Class VpcArgs
Inherited Members
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcArgs : ResourceArgs
Constructors
View SourceVpcArgs()
Declaration
public VpcArgs()
Properties
View SourceAssignGeneratedIpv6CidrBlock
Requests an Amazon-provided IPv6 CIDR
block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or
the size of the CIDR block. Default is false.
Declaration
public Input<bool> AssignGeneratedIpv6CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CidrBlock
The CIDR block for the VPC.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableClassiclink
A boolean flag to enable/disable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic. See the ClassicLink documentation for more information. Defaults false.
Declaration
public Input<bool> EnableClassiclink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableClassiclinkDnsSupport
A boolean flag to enable/disable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic.
Declaration
public Input<bool> EnableClassiclinkDnsSupport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableDnsHostnames
A boolean flag to enable/disable DNS hostnames in the VPC. Defaults false.
Declaration
public Input<bool> EnableDnsHostnames { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableDnsSupport
A boolean flag to enable/disable DNS support in the VPC. Defaults true.
Declaration
public Input<bool> EnableDnsSupport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
InstanceTenancy
A tenancy option for instances launched into the VPC
Declaration
public Input<string> InstanceTenancy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |