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.

Constructors

Link copied to clipboard
constructor(value: List<String>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this RdsDbClusterSnapshotAttributeValue as a AccountIds and retrieves its kotlin.collections.List value. Throws an exception if the RdsDbClusterSnapshotAttributeValue is not a AccountIds.

Link copied to clipboard

Casts this RdsDbClusterSnapshotAttributeValue as a AccountIds and retrieves its kotlin.collections.List value. Returns null if the RdsDbClusterSnapshotAttributeValue is not a AccountIds.