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 |
Documentation
data RdsDbClusterSnapshotAttributeValue Source #
The values for a manual Amazon RDS DB cluster snapshot attribute.
See: newRdsDbClusterSnapshotAttributeValue
smart constructor.
RdsDbClusterSnapshotAttributeValue' | |
|
Instances
FromJSON RdsDbClusterSnapshotAttributeValue Source # | |
ToJSON RdsDbClusterSnapshotAttributeValue Source # | |
Generic RdsDbClusterSnapshotAttributeValue Source # | |
Read RdsDbClusterSnapshotAttributeValue Source # | |
Show RdsDbClusterSnapshotAttributeValue Source # | |
NFData RdsDbClusterSnapshotAttributeValue Source # | |
Eq RdsDbClusterSnapshotAttributeValue Source # | |
Hashable RdsDbClusterSnapshotAttributeValue Source # | |
type Rep RdsDbClusterSnapshotAttributeValue Source # | |
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
inRdsDbClusterSnapshotAttributeValue
, then the access preview uses the existing sharedaccountIds
for the snapshot. - If the access preview is for a new resource and you do not specify
the specify the
accountIds
inRdsDbClusterSnapshotAttributeValue
, then the access preview considers the snapshot without any attributes. - To propose deletion of existing shared
accountIds
, you can specify an empty list foraccountIds
in theRdsDbClusterSnapshotAttributeValue
.
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
inRdsDbClusterSnapshotAttributeValue
, then the access preview uses the existing sharedaccountIds
for the snapshot. - If the access preview is for a new resource and you do not specify
the specify the
accountIds
inRdsDbClusterSnapshotAttributeValue
, then the access preview considers the snapshot without any attributes. - To propose deletion of existing shared
accountIds
, you can specify an empty list foraccountIds
in theRdsDbClusterSnapshotAttributeValue
.