| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayVpcLink
Description
- data ApiGatewayVpcLink = ApiGatewayVpcLink {}
- apiGatewayVpcLink :: Val Text -> ValList Text -> ApiGatewayVpcLink
- agvlDescription :: Lens' ApiGatewayVpcLink (Maybe (Val Text))
- agvlName :: Lens' ApiGatewayVpcLink (Val Text)
- agvlTargetArns :: Lens' ApiGatewayVpcLink (ValList Text)
Documentation
data ApiGatewayVpcLink #
Full data type definition for ApiGatewayVpcLink. See apiGatewayVpcLink
for a more convenient constructor.
Constructors
| ApiGatewayVpcLink | |
Arguments
| :: Val Text | |
| -> ValList Text | |
| -> ApiGatewayVpcLink |
Constructor for ApiGatewayVpcLink containing required fields as
arguments.
agvlDescription :: Lens' ApiGatewayVpcLink (Maybe (Val Text)) #