| 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.ElastiCache.Types.SecurityGroupMembership
Description
Documentation
data SecurityGroupMembership Source #
Represents a single cache security group and its status.
See: newSecurityGroupMembership smart constructor.
Constructors
| SecurityGroupMembership' | |
Instances
newSecurityGroupMembership :: SecurityGroupMembership Source #
Create a value of SecurityGroupMembership 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:securityGroupId:SecurityGroupMembership', securityGroupMembership_securityGroupId - The identifier of the cache security group.
$sel:status:SecurityGroupMembership', securityGroupMembership_status - The status of the cache security group membership. The status changes
whenever a cache security group is modified, or when the cache security
groups assigned to a cluster are modified.
securityGroupMembership_securityGroupId :: Lens' SecurityGroupMembership (Maybe Text) Source #
The identifier of the cache security group.
securityGroupMembership_status :: Lens' SecurityGroupMembership (Maybe Text) Source #
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.