| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.Types.EC2SecurityGroup
Description
Synopsis
- data EC2SecurityGroup = EC2SecurityGroup' {}
- newEC2SecurityGroup :: EC2SecurityGroup
- eC2SecurityGroup_eC2SecurityGroupId :: Lens' EC2SecurityGroup (Maybe Text)
- eC2SecurityGroup_eC2SecurityGroupName :: Lens' EC2SecurityGroup (Maybe Text)
- eC2SecurityGroup_eC2SecurityGroupOwnerId :: Lens' EC2SecurityGroup (Maybe Text)
- eC2SecurityGroup_status :: Lens' EC2SecurityGroup (Maybe Text)
Documentation
data EC2SecurityGroup Source #
This data type is used as a response element in the following actions:
AuthorizeDBSecurityGroupIngress
DescribeDBSecurityGroups
RevokeDBSecurityGroupIngress
See: newEC2SecurityGroup smart constructor.
Constructors
| EC2SecurityGroup' | |
Fields
| |
Instances
newEC2SecurityGroup :: EC2SecurityGroup Source #
Create a value of EC2SecurityGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eC2SecurityGroupId:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupId - Specifies the id of the EC2 security group.
$sel:eC2SecurityGroupName:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupName - Specifies the name of the EC2 security group.
$sel:eC2SecurityGroupOwnerId:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupOwnerId - Specifies the Amazon Web Services ID of the owner of the EC2 security
group specified in the EC2SecurityGroupName field.
$sel:status:EC2SecurityGroup', eC2SecurityGroup_status - Provides the status of the EC2 security group. Status can be
"authorizing", "authorized", "revoking", and "revoked".
eC2SecurityGroup_eC2SecurityGroupId :: Lens' EC2SecurityGroup (Maybe Text) Source #
Specifies the id of the EC2 security group.
eC2SecurityGroup_eC2SecurityGroupName :: Lens' EC2SecurityGroup (Maybe Text) Source #
Specifies the name of the EC2 security group.
eC2SecurityGroup_eC2SecurityGroupOwnerId :: Lens' EC2SecurityGroup (Maybe Text) Source #
Specifies the Amazon Web Services ID of the owner of the EC2 security
group specified in the EC2SecurityGroupName field.
eC2SecurityGroup_status :: Lens' EC2SecurityGroup (Maybe Text) Source #
Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".