AWS::EC2::IPAMResourceDiscoveryResource Schema of AWS::EC2::IPAMResourceDiscovery Type
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
OperatingRegions | Array<IpamOperatingRegion> | |
OrganizationalUnitExclusions | Array<IpamResourceDiscoveryOrganizationalUnitExclusion> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IpamResourceDiscoveryArn | string | Amazon Resource Name (Arn) for the Resource Discovery. |
IpamResourceDiscoveryId | string | Id of the IPAM Pool. |
IpamResourceDiscoveryRegion | string | The region the resource discovery is setup in. |
IsDefault | boolean | Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6. |
OwnerId | string | Owner Account ID of the Resource Discovery |
State | string | The state of this Resource Discovery. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAMResourceDiscovery
Resources:
MyResource:
Type: AWS::EC2::IPAMResourceDiscovery
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamResourceDiscoveryec2:CreateTagsiam:CreateServiceLinkedRoleec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:CreateTagsec2:DeleteTagsec2:DeleteIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:DeleteTagsec2:DescribeIpamResourceDiscoveriesEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIpamResourceDiscoveryId