VpcEndpointSubnetConfiguration class

Constructors

VpcEndpointSubnetConfiguration({Input<String?>? ipv4, Input<String?>? ipv6, Input<String?>? subnetId})
Creates a new VpcEndpointSubnetConfiguration. ipv4 The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4. ipv6 The IPv6 address to assign to the endpoint network interface in the subnet. You must provide an IPv6 address if the VPC endpoint supports IPv6. subnetId The ID of the subnet. Must have a corresponding subnet in the subnetIds argument.
const
VpcEndpointSubnetConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ipv4 → Input<String?>?
The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4.
final
ipv6 → Input<String?>?
The IPv6 address to assign to the endpoint network interface in the subnet. You must provide an IPv6 address if the VPC endpoint supports IPv6.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetId → Input<String?>?
The ID of the subnet. Must have a corresponding subnet in the subnetIds argument.
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