Class: Aws::EC2::Types::ExternalAuthorityConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

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.

For more information, see Integrate VPC IPAM with Infoblox infrastructure in the Amazon VPC IPAM User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_resource_identifierString

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>.

Returns:

  • (String)


40487
40488
40489
40490
40491
40492
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40487

class ExternalAuthorityConfiguration < Struct.new(
  :type,
  :external_resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of external authority.

Returns:

  • (String)


40487
40488
40489
40490
40491
40492
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40487

class ExternalAuthorityConfiguration < Struct.new(
  :type,
  :external_resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end