Show / Hide Table of Contents

Class DefaultVpcArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultVpcArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultVpcArgs : ResourceArgs

Constructors

View Source

DefaultVpcArgs()

Declaration
public DefaultVpcArgs()

Properties

View Source

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>
View Source

EnableClassiclinkDnsSupport

Declaration
public Input<bool> EnableClassiclinkDnsSupport { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.