ec2_modify_ipam_resource_cidr: Modify a resource CIDR

View source: R/ec2_operations.R

ec2_modify_ipam_resource_cidrR Documentation

Modify a resource CIDR

Description

Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

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

Usage

ec2_modify_ipam_resource_cidr(
  DryRun = NULL,
  ResourceId,
  ResourceCidr,
  ResourceRegion,
  CurrentIpamScopeId,
  DestinationIpamScopeId = NULL,
  Monitored
)

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.

ResourceId

[required] The ID of the resource you want to modify.

ResourceCidr

[required] The CIDR of the resource you want to modify.

ResourceRegion

[required] The Amazon Web Services Region of the resource you want to modify.

CurrentIpamScopeId

[required] The ID of the current scope that the resource CIDR is in.

DestinationIpamScopeId

The ID of the scope you want to transfer the resource CIDR to.

Monitored

[required] Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.


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