Safe Haskell | None |
---|---|
Language | Haskell2010 |
The Amazon RDS security group rule is an embedded property of the AWS::RDS::DBSecurityGroup type.
- data RDSSecurityGroupRule = RDSSecurityGroupRule {}
- rdsSecurityGroupRule :: RDSSecurityGroupRule
- rdssgrCIDRIP :: Lens' RDSSecurityGroupRule (Maybe (Val Text))
- rdssgrEC2SecurityGroupId :: Lens' RDSSecurityGroupRule (Maybe (Val Text))
- rdssgrEC2SecurityGroupName :: Lens' RDSSecurityGroupRule (Maybe (Val Text))
- rdssgrEC2SecurityGroupOwnerId :: Lens' RDSSecurityGroupRule (Maybe (Val Text))
Documentation
data RDSSecurityGroupRule Source
Full data type definition for RDSSecurityGroupRule. See
rdsSecurityGroupRule
for a more convenient constructor.
rdsSecurityGroupRule :: RDSSecurityGroupRule Source
Constructor for RDSSecurityGroupRule
containing required fields as
arguments.
rdssgrCIDRIP :: Lens' RDSSecurityGroupRule (Maybe (Val Text)) Source
The IP range to authorize. For an overview of CIDR ranges, go to the Wikipedia Tutorial. Type: String
rdssgrEC2SecurityGroupId :: Lens' RDSSecurityGroupRule (Maybe (Val Text)) Source
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
rdssgrEC2SecurityGroupName :: Lens' RDSSecurityGroupRule (Maybe (Val Text)) Source
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
rdssgrEC2SecurityGroupOwnerId :: Lens' RDSSecurityGroupRule (Maybe (Val Text)) Source
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