Class: Ansible::Ruby::Modules::Lambda_facts

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

Overview

Gathers various details related to Lambda functions, including aliases, versions and event source mappings. Use module M(lambda) to manage the lambda function itself, M(lambda_alias) to manage function aliases and M(lambda_event) to manage lambda event source mappings.

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

#event_source_arnObject?

Returns For query type ‘mappings’, this is the Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream.

Returns:

  • (Object, nil)

    For query type ‘mappings’, this is the Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream.



20
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/lambda_facts.rb', line 20

attribute :event_source_arn

#function_nameString?

Returns The name of the lambda function for which facts are requested.

Returns:

  • (String, nil)

    The name of the lambda function for which facts are requested.



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

attribute :function_name

#query:aliases, ...

Returns Specifies the resource type for which to gather facts. Leave blank to retrieve all facts.

Returns:

  • (:aliases, :all, :config, :mappings, :policy, :versions)

    Specifies the resource type for which to gather facts. Leave blank to retrieve all facts.



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

attribute :query