AWS::EC2::IPAMResourceDiscoveryAssociationResource Schema of AWS::EC2::IPAMResourceDiscoveryAssociation Type
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpamId | string | RequiredCreate-only |
IpamResourceDiscoveryId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IpamArn | string | Arn of the IPAM. |
IpamRegion | string | The home region of the IPAM. |
IpamResourceDiscoveryAssociationArn | string | The Amazon Resource Name (ARN) of the resource discovery association is a part of. |
IpamResourceDiscoveryAssociationId | string | Id of the IPAM Resource Discovery Association. |
IsDefault | boolean | If the Resource Discovery Association exists due as part of CreateIpam. |
OwnerId | string | The AWS Account ID for the account where the shared IPAM exists. |
ResourceDiscoveryStatus | string | The status of the resource discovery. |
State | string | The operational state of the Resource Discovery Association. Related to Create/Delete activities. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAMResourceDiscoveryAssociation
Resources:
MyResource:
Type: AWS::EC2::IPAMResourceDiscoveryAssociation
Properties:
IpamId: "my-ipamid"
IpamResourceDiscoveryId: "my-ipamresourcediscoveryid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:AssociateIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveryAssociationsec2:CreateTagsec2:DescribeIpamResourceDiscoveryAssociationsec2:DescribeIpamResourceDiscoveryAssociationsec2:CreateTagsec2:DeleteTagsec2:DisassociateIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveryAssociationsec2:DeleteTagsec2:DescribeIpamResourceDiscoveryAssociationsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIpamResourceDiscoveryAssociationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IpamIdIpamResourceDiscoveryId