Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
- data DBSecurityGroupIngress = DBSecurityGroupIngress {}
- dbSecurityGroupIngress :: Val Text -> DBSecurityGroupIngress
- dbsgiCIDRIP :: Lens' DBSecurityGroupIngress (Maybe (Val Text))
- dbsgiDBSecurityGroupName :: Lens' DBSecurityGroupIngress (Val Text)
- dbsgiEC2SecurityGroupId :: Lens' DBSecurityGroupIngress (Maybe (Val Text))
- dbsgiEC2SecurityGroupName :: Lens' DBSecurityGroupIngress (Maybe (Val Text))
- dbsgiEC2SecurityGroupOwnerId :: Lens' DBSecurityGroupIngress (Maybe (Val Text))
Documentation
data DBSecurityGroupIngress Source
Full data type definition for DBSecurityGroupIngress. See
dbSecurityGroupIngress
for a more convenient constructor.
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