ec2_create_ipam_scope: Create an IPAM scope

View source: R/ec2_operations.R

ec2_create_ipam_scopeR Documentation

Create an IPAM scope

Description

Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

See https://www.paws-r-sdk.com/docs/ec2_create_ipam_scope/ for full documentation.

Usage

ec2_create_ipam_scope(
  DryRun = NULL,
  IpamId,
  Description = NULL,
  TagSpecifications = NULL,
  ClientToken = NULL
)

Arguments

DryRun

A check for 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.

IpamId

[required] The ID of the IPAM for which you're creating this scope.

Description

A description for the scope you're creating.

TagSpecifications

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.