/AWS1/CL_AANRDSDBCLSTSNAPATT00¶
The values for a manual Amazon RDS DB cluster snapshot attribute.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_accountids
TYPE /AWS1/CL_AANRDSDBCLSTSNAPACI00=>TT_RDSDBCLUSTSNAPACCTIDSLIST
TT_RDSDBCLUSTSNAPACCTIDSLIST
¶
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
.
Queryable Attributes¶
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
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTIDS() |
Getter for ACCOUNTIDS, with configurable default |
ASK_ACCOUNTIDS() |
Getter for ACCOUNTIDS w/ exceptions if field has no value |
HAS_ACCOUNTIDS() |
Determine if ACCOUNTIDS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_RDSDBCLSTSNAPATTRS00_MAPROW
¶
TYPES: BEGIN OF TS_RDSDBCLSTSNAPATTRS00_MAPROW,
key TYPE /AWS1/AANRDSDBCLSTSNAPATTRNAME,
value TYPE REF TO /AWS1/CL_AANRDSDBCLSTSNAPATT00,
END OF TS_RDSDBCLSTSNAPATTRS00_MAPROW.
TT_RDSDBCLUSTERSNAPATTRSMAP
¶
TYPES TT_RDSDBCLUSTERSNAPATTRSMAP TYPE HASHED TABLE OF /AWS1/CL_AANRDSDBCLSTSNAPATT00=>TS_RDSDBCLSTSNAPATTRS00_MAPROW WITH UNIQUE KEY key
.