class GeoEngineer::Resources::AwsApiGatewayUsagePlan

AwsCloudTrail is the api_gatewat_rest_api terrform resource,

{www.terraform.io/docs/providers/aws/r/api_gateway_usage_plan.html}

Public Class Methods

_fetch_remote_resources(provider) click to toggle source
# File lib/geoengineer/resources/aws_api_gateway_usage_plan.rb, line 20
def self._fetch_remote_resources(provider)
  AwsClients.api_gateway(provider).get_usage_plans['items'].map(&:to_h).map do |api|
    api[:_terraform_id]    = api[:id]
    api[:_geo_id]          = api[:name]
    api
  end
end

Public Instance Methods

support_tags?() click to toggle source
# File lib/geoengineer/resources/aws_api_gateway_usage_plan.rb, line 16
def support_tags?
  false
end