Show / Hide Table of Contents

Interface CfnIPAMScope.IIpamScopeExternalAuthorityConfigurationProperty

The configuration that links an Amazon VPC IPAM scope to an external authority system.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIPAMScope.IIpamScopeExternalAuthorityConfigurationProperty
Syntax (vb)
Public Interface CfnIPAMScope.IIpamScopeExternalAuthorityConfigurationProperty
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamscope-ipamscopeexternalauthorityconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var ipamScopeExternalAuthorityConfigurationProperty = new IpamScopeExternalAuthorityConfigurationProperty {
                 ExternalResourceIdentifier = "externalResourceIdentifier",
                 IpamScopeExternalAuthorityType = "ipamScopeExternalAuthorityType"
             };

Synopsis

Properties

ExternalResourceIdentifier

The identifier for the external resource managing this scope.

IpamScopeExternalAuthorityType

The type of external authority managing this scope.

Properties

ExternalResourceIdentifier

The identifier for the external resource managing this scope.

string ExternalResourceIdentifier { get; }
Property Value

string

Remarks

For Infoblox integrations, this is the Infoblox resource identifier in the format <version>.identity.account.<entity_realm>.<entity_id> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamscope-ipamscopeexternalauthorityconfiguration.html#cfn-ec2-ipamscope-ipamscopeexternalauthorityconfiguration-externalresourceidentifier

IpamScopeExternalAuthorityType

The type of external authority managing this scope.

string IpamScopeExternalAuthorityType { get; }
Property Value

string

Remarks

Currently supports Infoblox for integration with Infoblox Universal DDI.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamscope-ipamscopeexternalauthorityconfiguration.html#cfn-ec2-ipamscope-ipamscopeexternalauthorityconfiguration-ipamscopeexternalauthoritytype

Back to top Generated by DocFX