amazonka-elasticache-2.0: Amazon ElastiCache SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElastiCache.Types.SecurityGroupMembership

Description

 
Synopsis

Documentation

data SecurityGroupMembership Source #

Represents a single cache security group and its status.

See: newSecurityGroupMembership smart constructor.

Constructors

SecurityGroupMembership' 

Fields

  • securityGroupId :: Maybe Text

    The identifier of the cache security group.

  • status :: Maybe Text

    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.

Instances

Instances details
FromXML SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

Generic SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

Associated Types

type Rep SecurityGroupMembership :: Type -> Type #

Read SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

Show SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

NFData SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

Methods

rnf :: SecurityGroupMembership -> () #

Eq SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

Hashable SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

type Rep SecurityGroupMembership Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SecurityGroupMembership

type Rep SecurityGroupMembership = D1 ('MetaData "SecurityGroupMembership" "Amazonka.ElastiCache.Types.SecurityGroupMembership" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "SecurityGroupMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_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.