amazonka-accessanalyzer-2.0: Amazon Access Analyzer 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.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Description

 
Synopsis

Documentation

data RdsDbClusterSnapshotAttributeValue Source #

The values for a manual Amazon RDS DB cluster snapshot attribute.

See: newRdsDbClusterSnapshotAttributeValue smart constructor.

Constructors

RdsDbClusterSnapshotAttributeValue' 

Fields

  • accountIds :: Maybe [Text]

    The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

    • If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot.
    • If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes.
    • To propose deletion of existing shared accountIds, you can specify an empty list for accountIds in the RdsDbClusterSnapshotAttributeValue.

Instances

Instances details
FromJSON RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

ToJSON RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Generic RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Associated Types

type Rep RdsDbClusterSnapshotAttributeValue :: Type -> Type #

Read RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Show RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

NFData RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Eq RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

Hashable RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

type Rep RdsDbClusterSnapshotAttributeValue Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue

type Rep RdsDbClusterSnapshotAttributeValue = D1 ('MetaData "RdsDbClusterSnapshotAttributeValue" "Amazonka.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue" "amazonka-accessanalyzer-2.0-A0JZirwj4a95MolJaaBere" 'False) (C1 ('MetaCons "RdsDbClusterSnapshotAttributeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newRdsDbClusterSnapshotAttributeValue :: RdsDbClusterSnapshotAttributeValue Source #

Create a value of RdsDbClusterSnapshotAttributeValue 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:accountIds:RdsDbClusterSnapshotAttributeValue', rdsDbClusterSnapshotAttributeValue_accountIds - The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

  • If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot.
  • If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes.
  • To propose deletion of existing shared accountIds, you can specify an empty list for accountIds in the RdsDbClusterSnapshotAttributeValue.

rdsDbClusterSnapshotAttributeValue_accountIds :: Lens' RdsDbClusterSnapshotAttributeValue (Maybe [Text]) Source #

The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

  • If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot.
  • If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes.
  • To propose deletion of existing shared accountIds, you can specify an empty list for accountIds in the RdsDbClusterSnapshotAttributeValue.