CreateIpamInternetRegistryAssociation
Creates an association between an IPAM and a Regional Internet Registry (RIR) for Resource Public Key Infrastructure (RPKI) management. You can use this association to create Route Origin Authorizations (ROAs) for IP address prefixes registered with the internet registry. Your IPAM must be in the Advanced tier to use this feature.
Request Parameters
The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.
- ClientToken
-
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.
Type: String
Required: No
- Description
-
A description for the internet registry association.
Type: String
Required: No
- DryRun
-
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.Type: Boolean
Required: No
- IpamId
-
The ID of the IPAM to associate with the internet registry.
Type: String
Required: Yes
- OrganizationHandle
-
The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).
Type: String
Required: Yes
- Rir
-
The Regional Internet Registry to associate with. Possible values:
-
ripe- RIPE NCC (Europe, the Middle East, and Central Asia). -
apnic- APNIC (Asia Pacific). -
arin- ARIN (North America). -
lacnic- LACNIC (Latin America and the Caribbean).
Type: String
Valid Values:
ripe | apnic | arin | lacnicRequired: Yes
-
- TagSpecification.N
-
The tags to assign to the internet registry association.
Type: Array of TagSpecification objects
Required: No
Response Elements
The following elements are returned by the service.
- ipamInternetRegistryAssociation
-
Information about the internet registry association.
Type: IpamInternetRegistryAssociation object
- requestId
-
The ID of the request.
Type: String
Errors
For information about the errors that are common to all actions, see Common Error Types.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: