Expand description
Provides an association between an Amazon IP Address Manager (IPAM) and a IPAM Resource Discovery. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account.
Once an association is created between two organizations via IPAM & a IPAM Resource Discovery, IPAM Pools can be shared via Resource Access Manager (RAM) to accounts in the subordinate organization; these RAM shares must be accepted by the end user account. Pools can then also discover and monitor IPAM resources in the subordinate organization.
§Example Usage
Basic usage:
resources:
test:
type: aws:ec2:VpcIpamResourceDiscoveryAssociation
properties:
ipamId: ${testAwsVpcIpam.id}
ipamResourceDiscoveryId: ${testAwsVpcIpamResourceDiscovery.id}
tags:
Name: test
§Import
Using pulumi import
, import IPAMs using the IPAM resource discovery association id
. For example:
$ pulumi import aws:ec2/vpcIpamResourceDiscoveryAssociation:VpcIpamResourceDiscoveryAssociation example ipam-res-disco-assoc-0178368ad2146a492
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments