Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayBasePathMapping
- data ApiGatewayBasePathMapping = ApiGatewayBasePathMapping {}
- apiGatewayBasePathMapping :: ApiGatewayBasePathMapping
- agbpmBasePath :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmDomainName :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmRestApiId :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmStage :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
Documentation
data ApiGatewayBasePathMapping #
Full data type definition for ApiGatewayBasePathMapping. See
apiGatewayBasePathMapping
for a more convenient constructor.
Constructors
ApiGatewayBasePathMapping | |
apiGatewayBasePathMapping :: ApiGatewayBasePathMapping #
Constructor for ApiGatewayBasePathMapping
containing required fields as
arguments.