| 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.AccessAnalyzer.Types.RdsDbClusterSnapshotAttributeValue
Description
Documentation
data RdsDbClusterSnapshotAttributeValue Source #
The values for a manual Amazon RDS DB cluster snapshot attribute.
See: newRdsDbClusterSnapshotAttributeValue smart constructor.
Constructors
| RdsDbClusterSnapshotAttributeValue' | |
Fields
| |
Instances
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
accountIdsinRdsDbClusterSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. - If the access preview is for a new resource and you do not specify
the specify the
accountIdsinRdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. - To propose deletion of existing shared
accountIds, you can specify an empty list foraccountIdsin 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
accountIdsinRdsDbClusterSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. - If the access preview is for a new resource and you do not specify
the specify the
accountIdsinRdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. - To propose deletion of existing shared
accountIds, you can specify an empty list foraccountIdsin theRdsDbClusterSnapshotAttributeValue.