Class: Aws::EC2::Types::ModifyIpamPolicyAllocationRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamPolicyAllocationRulesRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_rules ⇒ Array<Types::IpamPolicyAllocationRuleRequest>
The new allocation rules to apply to the IPAM policy.
-
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action without actually making the request and provides an error response.
-
#ipam_policy_id ⇒ String
The ID of the IPAM policy whose allocation rules you want to modify.
-
#locale ⇒ String
The locale for which to modify the allocation rules.
-
#resource_type ⇒ String
The resource type for which to modify the allocation rules.
Instance Attribute Details
#allocation_rules ⇒ Array<Types::IpamPolicyAllocationRuleRequest>
The new allocation rules to apply to the IPAM policy.
Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
61769 61770 61771 61772 61773 61774 61775 61776 61777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61769 class ModifyIpamPolicyAllocationRulesRequest < Struct.new( :dry_run, :ipam_policy_id, :locale, :resource_type, :allocation_rules) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action
without actually making the request and provides an error response.
If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
61769 61770 61771 61772 61773 61774 61775 61776 61777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61769 class ModifyIpamPolicyAllocationRulesRequest < Struct.new( :dry_run, :ipam_policy_id, :locale, :resource_type, :allocation_rules) SENSITIVE = [] include Aws::Structure end |
#ipam_policy_id ⇒ String
The ID of the IPAM policy whose allocation rules you want to modify.
61769 61770 61771 61772 61773 61774 61775 61776 61777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61769 class ModifyIpamPolicyAllocationRulesRequest < Struct.new( :dry_run, :ipam_policy_id, :locale, :resource_type, :allocation_rules) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale for which to modify the allocation rules.
61769 61770 61771 61772 61773 61774 61775 61776 61777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61769 class ModifyIpamPolicyAllocationRulesRequest < Struct.new( :dry_run, :ipam_policy_id, :locale, :resource_type, :allocation_rules) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for which to modify the allocation rules.
The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:
- Elastic IP addresses
^
61769 61770 61771 61772 61773 61774 61775 61776 61777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61769 class ModifyIpamPolicyAllocationRulesRequest < Struct.new( :dry_run, :ipam_policy_id, :locale, :resource_type, :allocation_rules) SENSITIVE = [] include Aws::Structure end |