CreateSubnetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone or Local Zone for the subnet.

Link copied to clipboard

The AZ ID or the Local Zone ID of the subnet.

Link copied to clipboard

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

Link copied to clipboard

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Link copied to clipboard

An IPv4 IPAM pool ID for the subnet.

Link copied to clipboard

An IPv4 netmask length for the subnet.

Link copied to clipboard

The IPv6 network range for the subnet, in CIDR notation. This parameter is required for an IPv6 only subnet.

Link copied to clipboard

An IPv6 IPAM pool ID for the subnet.

Link copied to clipboard

Indicates whether to create an IPv6 only subnet.

Link copied to clipboard

An IPv6 netmask length for the subnet.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.

Link copied to clipboard

The tags to assign to the subnet.

Link copied to clipboard

The ID of the VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String