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< ? tags})String, String> ?> -
Creates a new DefaultVpcArgs.
assignGeneratedIpv6CidrBlockOptional.enableDnsHostnamesOptional.enableDnsSupportOptional.enableNetworkAddressUsageMetricsOptional.forceDestroyWhether destroying the resource deletes the default VPC. Default:falseipv6CidrBlockOptional.ipv6CidrBlockNetworkBorderGroupOptional.ipv6IpamPoolIdOptional.ipv6NetmaskLengthOptional.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsOptional.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:
falsefinal - 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
-
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