Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPCPeeringConnection
- data EC2VPCPeeringConnection = EC2VPCPeeringConnection {}
- ec2VPCPeeringConnection :: Val Text -> Val Text -> EC2VPCPeeringConnection
- ecvpcpcPeerOwnerId :: Lens' EC2VPCPeeringConnection (Maybe (Val Text))
- ecvpcpcPeerRoleArn :: Lens' EC2VPCPeeringConnection (Maybe (Val Text))
- ecvpcpcPeerVpcId :: Lens' EC2VPCPeeringConnection (Val Text)
- ecvpcpcTags :: Lens' EC2VPCPeeringConnection (Maybe [Tag])
- ecvpcpcVpcId :: Lens' EC2VPCPeeringConnection (Val Text)
Documentation
data EC2VPCPeeringConnection #
Full data type definition for EC2VPCPeeringConnection. See
ec2VPCPeeringConnection
for a more convenient constructor.
Constructors
EC2VPCPeeringConnection | |
Arguments
:: Val Text | |
-> Val Text | |
-> EC2VPCPeeringConnection |
Constructor for EC2VPCPeeringConnection
containing required fields as
arguments.
ecvpcpcTags :: Lens' EC2VPCPeeringConnection (Maybe [Tag]) #