/AWS1/CL_AANRDSDBSNAPATTRVALUE¶
The name and values of a manual Amazon RDS DB snapshot attribute. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_accountids
TYPE /AWS1/CL_AANRDSDBSNAPACIDSLS00=>TT_RDSDBSNAPSHOTACCOUNTIDSLIST
TT_RDSDBSNAPSHOTACCOUNTIDSLIST
¶
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
all
is specified, then the Amazon RDS DB 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 snapshot and you do not specify the
accountIds
inRdsDbSnapshotAttributeValue
, 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
inRdsDbSnapshotAttributeValue
, then the access preview considers the snapshot without any attributes.To propose deletion of an existing shared
accountIds
, you can specify an empty list foraccountIds
in theRdsDbSnapshotAttributeValue
.
Queryable Attributes¶
accountIds¶
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
all
is specified, then the Amazon RDS DB 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 snapshot and you do not specify the
accountIds
inRdsDbSnapshotAttributeValue
, 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
inRdsDbSnapshotAttributeValue
, then the access preview considers the snapshot without any attributes.To propose deletion of an existing shared
accountIds
, you can specify an empty list foraccountIds
in theRdsDbSnapshotAttributeValue
.
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_RDSDBSNAPATTRSMAP_MAPROW
¶
TYPES: BEGIN OF TS_RDSDBSNAPATTRSMAP_MAPROW,
key TYPE /AWS1/AANRDSDBSNAPSHOTATTRNAME,
value TYPE REF TO /AWS1/CL_AANRDSDBSNAPATTRVALUE,
END OF TS_RDSDBSNAPATTRSMAP_MAPROW.
TT_RDSDBSNAPSHOTATTRIBUTESMAP
¶
TYPES TT_RDSDBSNAPSHOTATTRIBUTESMAP TYPE HASHED TABLE OF /AWS1/CL_AANRDSDBSNAPATTRVALUE=>TS_RDSDBSNAPATTRSMAP_MAPROW WITH UNIQUE KEY key
.