---
type: resource-type
title: IPAMScope
description: aws resource type AWS::EC2::IPAMScope
name: IPAMScope
lexicon: aws
resource_type: AWS::EC2::IPAMScope
---
`AWS::EC2::IPAMScope`, a resource type of the aws lexicon.

## Properties

- `IpamId` (`string`, required): The Id of the IPAM this scope is a part of.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the IPAM scope.
- `Description` (`string`, optional)
- `ExternalAuthorityConfiguration` (`IPAMScope_IpamScopeExternalAuthorityConfiguration`, optional)
- `IpamArn` (`string`, optional): The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- `IpamScopeId` (`string`, optional): Id of the IPAM scope.
- `IpamScopeType` (`"private" | "public"`, optional): Determines whether this scope contains publicly routable space or space for a private network
- `IsDefault` (`boolean`, optional): Is this one of the default scopes created with the IPAM.
- `PoolCount` (`number`, optional): The number of pools that currently exist in this scope.
- `Tags` (`IPAMScope_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `IpamArn`
- `IpamScopeId`
- `IpamScopeType`
- `IsDefault`
- `PoolCount`
