ibmcloud.ansible_collection.ibm_function_action_info (1.2.2) — module

Retrieve IBM Cloud 'ibm_function_action' resource

| "added in version" 2.8 of ibmcloud.ansible_collection"

Authors: Jay Carman (@jaywcarman)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ibmcloud.ansible_collection:==1.2.2


Add to requirements.yml

  collections:
    - name: ibmcloud.ansible_collection
      version: 1.2.2

Description

Retrieve an IBM Cloud 'ibm_function_action' resource


Requirements

Inputs

    
exec:
    description:
    - None
    elements: dict
    required: false
    type: list

name:
    description:
    - Name of action.
    required: true
    type: str

limits:
    description:
    - None
    elements: dict
    required: false
    type: list

publish:
    description:
    - Action visibilty.
    required: false
    type: bool

version:
    description:
    - Semantic version of the item.
    required: false
    type: str

parameters:
    description:
    - All paramters set on action by user and those set by the IBM Cloud Function backend/API.
    required: false
    type: str

annotations:
    description:
    - All annotations set on action by user and those set by the IBM Cloud Function backend/API.
    required: false
    type: str

ibmcloud_region:
    default: us-south
    description:
    - Denotes which IBM Cloud region to connect to
    required: false

ibmcloud_api_key:
    description:
    - The API Key used for authentification. This can also be provided via the environment
      variable 'IC_API_KEY'.
    required: true