Creates a secondary network.
See https://www.paws-r-sdk.com/docs/ec2_create_secondary_network/ for full documentation.
Usage
ec2_create_secondary_network(
ClientToken = NULL,
DryRun = NULL,
Ipv4CidrBlock,
NetworkType,
TagSpecifications = NULL
)Arguments
- ClientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
- DryRun
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 isUnauthorizedOperation.- Ipv4CidrBlock
[required] The IPv4 CIDR block for the secondary network. The CIDR block size must be between /12 and /28.
- NetworkType
[required] The type of secondary network.
The tags to assign to the secondary network.