Class: Aws::EC2::Types::IpamPolicy

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

Overview

Information about an IPAM policy.

An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_idString

The ID of the IPAM this policy belongs to.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_policy_arnString

The Amazon Resource Name (ARN) of the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_policy_idString

The ID of the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_policy_regionString

The Region of the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The account ID that owns the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A message about the state of the IPAM policy.

Returns:

  • (String)


53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the IPAM policy.

Returns:



53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53239

class IpamPolicy < Struct.new(
  :owner_id,
  :ipam_policy_id,
  :ipam_policy_arn,
  :ipam_policy_region,
  :state,
  :state_message,
  :tags,
  :ipam_id)
  SENSITIVE = []
  include Aws::Structure
end