stratosphere-0.1.3: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.RDSSecurityGroupRule

Description

The Amazon RDS security group rule is an embedded property of the AWS::RDS::DBSecurityGroup type.

Synopsis

Documentation

data RDSSecurityGroupRule Source #

Full data type definition for RDSSecurityGroupRule. See rdsSecurityGroupRule for a more convenient constructor.

Instances

Show RDSSecurityGroupRule Source # 
Generic RDSSecurityGroupRule Source # 
ToJSON RDSSecurityGroupRule Source # 
FromJSON RDSSecurityGroupRule Source # 
type Rep RDSSecurityGroupRule Source # 
type Rep RDSSecurityGroupRule = D1 (MetaData "RDSSecurityGroupRule" "Stratosphere.ResourceProperties.RDSSecurityGroupRule" "stratosphere-0.1.3-HXdWlc1MCh5Gppf0ypvPw" False) (C1 (MetaCons "RDSSecurityGroupRule" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rDSSecurityGroupRuleCIDRIP") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_rDSSecurityGroupRuleEC2SecurityGroupId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_rDSSecurityGroupRuleEC2SecurityGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_rDSSecurityGroupRuleEC2SecurityGroupOwnerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))))))

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