Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2SecurityGroup
Description
- data EC2SecurityGroup = EC2SecurityGroup {
- _eC2SecurityGroupGroupDescription :: Val Text
- _eC2SecurityGroupGroupName :: Maybe (Val Text)
- _eC2SecurityGroupSecurityGroupEgress :: Maybe [EC2SecurityGroupEgressProperty]
- _eC2SecurityGroupSecurityGroupIngress :: Maybe [EC2SecurityGroupIngressProperty]
- _eC2SecurityGroupTags :: Maybe [Tag]
- _eC2SecurityGroupVpcId :: Maybe (Val Text)
- ec2SecurityGroup :: Val Text -> EC2SecurityGroup
- ecsgGroupDescription :: Lens' EC2SecurityGroup (Val Text)
- ecsgGroupName :: Lens' EC2SecurityGroup (Maybe (Val Text))
- ecsgSecurityGroupEgress :: Lens' EC2SecurityGroup (Maybe [EC2SecurityGroupEgressProperty])
- ecsgSecurityGroupIngress :: Lens' EC2SecurityGroup (Maybe [EC2SecurityGroupIngressProperty])
- ecsgTags :: Lens' EC2SecurityGroup (Maybe [Tag])
- ecsgVpcId :: Lens' EC2SecurityGroup (Maybe (Val Text))
Documentation
data EC2SecurityGroup #
Full data type definition for EC2SecurityGroup. See ec2SecurityGroup
for a more convenient constructor.
Constructors
Arguments
:: Val Text | |
-> EC2SecurityGroup |
Constructor for EC2SecurityGroup
containing required fields as
arguments.
ecsgGroupName :: Lens' EC2SecurityGroup (Maybe (Val Text)) #