DefaultVpcArgs class

The set of arguments for DefaultVpc. The set of arguments for DefaultVpc.

Constructors

DefaultVpcArgs({Input<bool?>? assignGeneratedIpv6CidrBlock, Input<bool?>? enableDnsHostnames, Input<bool?>? enableDnsSupport, Input<bool?>? enableNetworkAddressUsageMetrics, Input<bool?>? forceDestroy, Input<String?>? ipv6CidrBlock, Input<String?>? ipv6CidrBlockNetworkBorderGroup, Input<String?>? ipv6IpamPoolId, Input<int?>? ipv6NetmaskLength, Input<String?>? region, Input<Map<String, String>?>? tags})
Creates a new DefaultVpcArgs. assignGeneratedIpv6CidrBlock Optional. enableDnsHostnames Optional. enableDnsSupport Optional. enableNetworkAddressUsageMetrics Optional. forceDestroy Whether destroying the resource deletes the default VPC. Default: false ipv6CidrBlock Optional. ipv6CidrBlockNetworkBorderGroup Optional. ipv6IpamPoolId Optional. ipv6NetmaskLength Optional. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Optional.
const
DefaultVpcArgs.fromMap(Map<String, dynamic> map)
factory

Properties

assignGeneratedIpv6CidrBlock → Input<bool?>?
final
enableDnsHostnames → Input<bool?>?
final
enableDnsSupport → Input<bool?>?
final
enableNetworkAddressUsageMetrics → Input<bool?>?
final
forceDestroy → Input<bool?>?
Whether destroying the resource deletes the default VPC. Default: false
final
hashCode int
The hash code for this object.
no setterinherited
ipv6CidrBlock → Input<String?>?
final
ipv6CidrBlockNetworkBorderGroup → Input<String?>?
final
ipv6IpamPoolId → Input<String?>?
final
ipv6NetmaskLength → Input<int?>?
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited