Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayUsagePlanApiStage
Description
ApiStage is a property of the AWS::ApiGateway::UsagePlan resource that specifies which Amazon API Gateway (API Gateway) stages and APIs to associate with a usage plan.
Documentation
data ApiGatewayUsagePlanApiStage Source #
Full data type definition for ApiGatewayUsagePlanApiStage. See
apiGatewayUsagePlanApiStage
for a more convenient constructor.
Constructors
ApiGatewayUsagePlanApiStage | |
Fields |
apiGatewayUsagePlanApiStage :: ApiGatewayUsagePlanApiStage Source #
Constructor for ApiGatewayUsagePlanApiStage
containing required fields
as arguments.
agupasApiId :: Lens' ApiGatewayUsagePlanApiStage (Maybe (Val Text)) Source #
The ID of an API that is in the specified Stage property that you want to associate with the usage plan.
agupasStage :: Lens' ApiGatewayUsagePlanApiStage (Maybe (Val Text)) Source #
The name of an API Gateway stage to associate with the usage plan.