method#

Exec module for managing Amazon API Gateway Methods.

async idem_aws.exec.aws.apigateway.method.get(hub, ctx, resource_id: str, name: str = None)[source]#

Get an API Gateway Method from AWS.

Parameters:
  • resource_id (str) – Idem Resource ID that is generated once the resource is created.

  • name (str, Optional) – An Idem name of the API Gateway Method.