resource#

Exec module for managing Amazon API Gateway Resources.

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

Get an API Gateway Resource from AWS.

Parameters:
  • name (str) – An Idem name of the API Gateway Resource.

  • resource_id (str) – AWS Resource id of the associated Rest API.

  • rest_api_id (str) – AWS rest_api id of the associated RestApi.