Skip to content

/AWS1/CL_RDSDBCLUSTERSNAPATTR

Contains the name and values of a manual DB cluster snapshot attribute.

Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ATTRIBUTENAME TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the manual DB cluster snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

IT_ATTRIBUTEVALUES TYPE /AWS1/CL_RDSATTRVALUELIST_W=>TT_ATTRIBUTEVALUELIST TT_ATTRIBUTEVALUELIST

The value(s) for the manual DB cluster snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore.


Queryable Attributes

AttributeName

The name of the manual DB cluster snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

Accessible with the following methods

Method Description
GET_ATTRIBUTENAME() Getter for ATTRIBUTENAME, with configurable default
ASK_ATTRIBUTENAME() Getter for ATTRIBUTENAME w/ exceptions if field has no value
HAS_ATTRIBUTENAME() Determine if ATTRIBUTENAME has a value

AttributeValues

The value(s) for the manual DB cluster snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore.

Accessible with the following methods

Method Description
GET_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES, with configurable default
ASK_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES w/ exceptions if field has no val
HAS_ATTRIBUTEVALUES() Determine if ATTRIBUTEVALUES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DBCLUSTERSNAPSHOTATTRLIST

TYPES TT_DBCLUSTERSNAPSHOTATTRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDBCLUSTERSNAPATTR WITH DEFAULT KEY
.