stratosphere-0.2.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.DBSecurityGroupIngress

Description

The AWS::RDS::DBSecurityGroupIngress type enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. For more information about DB security groups, see Working with DB security groups This type supports updates. For more information about updating stacks, see AWS CloudFormation Stacks Updates. For details about the settings for DB security group ingress, see AuthorizeDBSecurityGroupIngress.

Synopsis

Documentation

data DBSecurityGroupIngress Source #

Full data type definition for DBSecurityGroupIngress. See dbSecurityGroupIngress for a more convenient constructor.

Instances

Show DBSecurityGroupIngress Source # 
Generic DBSecurityGroupIngress Source # 
ToJSON DBSecurityGroupIngress Source # 
FromJSON DBSecurityGroupIngress Source # 
type Rep DBSecurityGroupIngress Source # 
type Rep DBSecurityGroupIngress = D1 (MetaData "DBSecurityGroupIngress" "Stratosphere.Resources.DBSecurityGroupIngress" "stratosphere-0.2.1-7UjeTxLOKRACY1vyFAxa7V" False) (C1 (MetaCons "DBSecurityGroupIngress" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dBSecurityGroupIngressCIDRIP") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_dBSecurityGroupIngressDBSecurityGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dBSecurityGroupIngressEC2SecurityGroupId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dBSecurityGroupIngressEC2SecurityGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_dBSecurityGroupIngressEC2SecurityGroupOwnerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text))))))))

dbSecurityGroupIngress Source #

Constructor for DBSecurityGroupIngress containing required fields as arguments.

dbsgiCIDRIP :: Lens' DBSecurityGroupIngress (Maybe (Val Text)) Source #

The IP range to authorize. For an overview of CIDR ranges, go to the Wikipedia Tutorial. Type: String Update requires: No interruption

dbsgiDBSecurityGroupName :: Lens' DBSecurityGroupIngress (Val Text) Source #

The name (ARN) of the AWS::RDS::DBSecurityGroup to which this ingress will be added. Type: String

dbsgiEC2SecurityGroupId :: Lens' DBSecurityGroupIngress (Maybe (Val Text)) Source #

The ID of the VPC or EC2 security group to authorize. For VPC DB security groups, use EC2SecurityGroupId. For EC2 security groups, use EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId. Type: String

dbsgiEC2SecurityGroupName :: Lens' DBSecurityGroupIngress (Maybe (Val Text)) Source #

The name of the EC2 security group to authorize. For VPC DB security groups, use EC2SecurityGroupId. For EC2 security groups, use EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId. Type: String

dbsgiEC2SecurityGroupOwnerId :: Lens' DBSecurityGroupIngress (Maybe (Val Text)) Source #

The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups, use EC2SecurityGroupId. For EC2 security groups, use EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId. Type: String