View source: R/ec2_operations.R
ec2_modify_ipam_resource_cidr | R Documentation |
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.
ec2_modify_ipam_resource_cidr(
DryRun = NULL,
ResourceId,
ResourceCidr,
ResourceRegion,
CurrentIpamScopeId,
DestinationIpamScopeId = NULL,
Monitored
)
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
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.