Class: Aws::EC2::Types::IpamRouteOriginAuthorizationInfo

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

Overview

Contains information about a Route Origin Authorization (ROA) currently published in the RPKI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

The Autonomous System Number (ASN) authorized to originate the prefix.

Returns:

  • (String)


59710
59711
59712
59713
59714
59715
59716
# File 'lib/aws-sdk-ec2/types.rb', line 59710

class IpamRouteOriginAuthorizationInfo < Struct.new(
  :cidr,
  :asn,
  :max_length)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

The IP address prefix in CIDR notation authorized by the ROA.

Returns:

  • (String)


59710
59711
59712
59713
59714
59715
59716
# File 'lib/aws-sdk-ec2/types.rb', line 59710

class IpamRouteOriginAuthorizationInfo < Struct.new(
  :cidr,
  :asn,
  :max_length)
  SENSITIVE = []
  include Aws::Structure
end

#max_lengthInteger

The maximum prefix length that the ASN is authorized to announce.

Returns:

  • (Integer)


59710
59711
59712
59713
59714
59715
59716
# File 'lib/aws-sdk-ec2/types.rb', line 59710

class IpamRouteOriginAuthorizationInfo < Struct.new(
  :cidr,
  :asn,
  :max_length)
  SENSITIVE = []
  include Aws::Structure
end