sticky-country-73582
09/17/2022, 4:47 PMDeployment
and its Stage
using the stage_name
argument of the deployment resource. Now I want to do lookup for the stage and add access logging to it. How can I get the stage resource from this setup, i.e., what would be the id
in the get
method for Stage
lookup in https://www.pulumi.com/registry/packages/aws/api-docs/apigateway/stage/#look-up?stocky-restaurant-98004
09/17/2022, 9:38 PMpulumi import
. In this case:
pulumi import aws:apigateway/stage:Stage example 12345abcde/example
sticky-country-73582
09/19/2022, 4:31 PM