Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPCEndpoint
Description
- data EC2VPCEndpoint = EC2VPCEndpoint {}
- ec2VPCEndpoint :: Val Text -> Val Text -> EC2VPCEndpoint
- ecvpcePolicyDocument :: Lens' EC2VPCEndpoint (Maybe Object)
- ecvpceRouteTableIds :: Lens' EC2VPCEndpoint (Maybe (ValList Text))
- ecvpceServiceName :: Lens' EC2VPCEndpoint (Val Text)
- ecvpceVpcId :: Lens' EC2VPCEndpoint (Val Text)
Documentation
data EC2VPCEndpoint #
Full data type definition for EC2VPCEndpoint. See ec2VPCEndpoint
for a
more convenient constructor.
Constructors
EC2VPCEndpoint | |
Instances
Arguments
:: Val Text | |
-> Val Text | |
-> EC2VPCEndpoint |
Constructor for EC2VPCEndpoint
containing required fields as arguments.