class AWS::EC2::NetworkACL

def replace_entry options = {}

Returns:
  • (nil) -

Options Hash: (**options)
  • :icmp_type (Integer) -- For the ICMP protocol,
  • :icmp_code (Integer) -- For the ICMP protocol, the
  • :port_range (Range) -- A numeric range
  • :egress (Boolean) --
  • :cidr_block (required, String) -- The CIDR range to
  • :protocol (required, Integer) -- IP protocol the rule
  • :action (required, :allow, :deny) -- Whether to
  • :rule_number (required, Integer) -- Rule number to

Parameters:
  • options (Hash) --
def replace_entry options = {}
  client.replace_network_acl_entry(entry_options(options))
  nil
end