Gets the allocation rules for an IPAM policy
Source:R/ec2_operations.R
ec2_get_ipam_policy_allocation_rules.RdGets the allocation rules for an IPAM policy.
See https://www.paws-r-sdk.com/docs/ec2_get_ipam_policy_allocation_rules/ for full documentation.
Usage
ec2_get_ipam_policy_allocation_rules(
DryRun = NULL,
IpamPolicyId,
Filters = NULL,
Locale = NULL,
ResourceType = NULL,
MaxResults = NULL,
NextToken = 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 isUnauthorizedOperation.- IpamPolicyId
[required] The ID of the IPAM policy for which to get allocation rules.
- Filters
One or more filters for the allocation rules.
- Locale
The locale for which to get the allocation rules.
- ResourceType
The resource type for which to get the allocation rules.
The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:
Elastic IP addresses
- MaxResults
The maximum number of results to return in a single call.
- NextToken
The token for the next page of results.