Class: Ansible::Ruby::Modules::Aws_kms_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/aws_kms_facts.rb

Overview

Gather facts about AWS KMS keys including tags and grants

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#filtersHash?

Returns A dict of filters to apply. Each dict item consists of a filter key and a filter value. The filters aren’t natively supported by boto3, but are supported to provide similar functionality to other modules. Standard tag filters (C(tag-key), C(tag-value) and C(tag:tagName)) are available, as are C(key-id) and C(alias).

Returns:

  • (Hash, nil)

    A dict of filters to apply. Each dict item consists of a filter key and a filter value. The filters aren’t natively supported by boto3, but are supported to provide similar functionality to other modules. Standard tag filters (C(tag-key), C(tag-value) and C(tag:tagName)) are available, as are C(key-id) and C(alias)



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_kms_facts.rb', line 12

attribute :filters

#pending_deletionBoolean?

Returns Whether to get full details (tags, grants etc.) of keys pending deletion.

Returns:

  • (Boolean, nil)

    Whether to get full details (tags, grants etc.) of keys pending deletion



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_kms_facts.rb', line 16

attribute :pending_deletion