class EC2Find::Ec2findAcl

Private Instance Methods

default_attributes() click to toggle source
# File lib/chef/knife/ec2_find_acl.rb, line 38
def default_attributes
  ["network_acl_id","vpc_id", "is_default", "entries", "associations", "tags"]
end
findby(tags) click to toggle source
# File lib/chef/knife/ec2_find_acl.rb, line 42
def findby tags
  ec2connect
  @ec2client.describe_network_acls({dry_run: false, filters: tags}).network_acls
end