| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayBasePathMapping
- data ApiGatewayBasePathMapping = ApiGatewayBasePathMapping {}
- apiGatewayBasePathMapping :: Val Text -> ApiGatewayBasePathMapping
- agbpmBasePath :: Lens' ApiGatewayBasePathMapping (Maybe (Val Text))
- agbpmDomainName :: Lens' ApiGatewayBasePathMapping (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 | |
Arguments
| :: Val Text | |
| -> ApiGatewayBasePathMapping |
Constructor for ApiGatewayBasePathMapping containing required fields as
arguments.