This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::IPAMScope IpamScopeExternalAuthorityConfiguration
The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to AWS while using Amazon VPC IPAM to manage subnets within those ranges.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ExternalResourceIdentifier" :String, "IpamScopeExternalAuthorityType" :String}
YAML
ExternalResourceIdentifier:StringIpamScopeExternalAuthorityType:String
Properties
-
The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format
<version>.identity.account.<entity_realm>.<entity_id>.Required: Yes
Type: String
Update requires: No interruption
-
The type of external authority managing this scope. Currently supports
Infobloxfor integration with Infoblox Universal DDI.Required: Yes
Type: String
Allowed values:
infobloxUpdate requires: No interruption