Skip to content

/AWS1/CL_RDSDBSNAPTENANTDATA01

Contains the details of a tenant database in a snapshot of a DB instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_dbsnapshotidentifier TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The identifier for the snapshot of the DB instance.

iv_dbinstanceidentifier TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The ID for the DB instance that contains the tenant databases.

iv_dbiresourceid TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The resource identifier of the source CDB instance. This identifier can't be changed and is unique to an Amazon Web Services Region.

iv_enginename TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the database engine.

iv_snapshottype TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The type of DB snapshot.

iv_tenantdatabasecreatetime TYPE /AWS1/RDSTSTAMP /AWS1/RDSTSTAMP

The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC). If you copy the snapshot, the creation time changes.

iv_tenantdbname TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the tenant database.

iv_masterusername TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The master username of the tenant database.

iv_tenantdatabaseresourceid TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The resource ID of the tenant database.

iv_charactersetname TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the character set of a tenant database.

iv_dbsnaptenantdatabasearn TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The Amazon Resource Name (ARN) for the snapshot tenant database.

iv_ncharcharactersetname TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The NCHAR character set name of the tenant database.

it_taglist TYPE /AWS1/CL_RDSTAG=>TT_TAGLIST TT_TAGLIST

TagList


Queryable Attributes

DBSnapshotIdentifier

The identifier for the snapshot of the DB instance.

Accessible with the following methods

Method Description
GET_DBSNAPSHOTIDENTIFIER() Getter for DBSNAPSHOTIDENTIFIER, with configurable default
ASK_DBSNAPSHOTIDENTIFIER() Getter for DBSNAPSHOTIDENTIFIER w/ exceptions if field has n
HAS_DBSNAPSHOTIDENTIFIER() Determine if DBSNAPSHOTIDENTIFIER has a value

DBInstanceIdentifier

The ID for the DB instance that contains the tenant databases.

Accessible with the following methods

Method Description
GET_DBINSTANCEIDENTIFIER() Getter for DBINSTANCEIDENTIFIER, with configurable default
ASK_DBINSTANCEIDENTIFIER() Getter for DBINSTANCEIDENTIFIER w/ exceptions if field has n
HAS_DBINSTANCEIDENTIFIER() Determine if DBINSTANCEIDENTIFIER has a value

DbiResourceId

The resource identifier of the source CDB instance. This identifier can't be changed and is unique to an Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_DBIRESOURCEID() Getter for DBIRESOURCEID, with configurable default
ASK_DBIRESOURCEID() Getter for DBIRESOURCEID w/ exceptions if field has no value
HAS_DBIRESOURCEID() Determine if DBIRESOURCEID has a value

EngineName

The name of the database engine.

Accessible with the following methods

Method Description
GET_ENGINENAME() Getter for ENGINENAME, with configurable default
ASK_ENGINENAME() Getter for ENGINENAME w/ exceptions if field has no value
HAS_ENGINENAME() Determine if ENGINENAME has a value

SnapshotType

The type of DB snapshot.

Accessible with the following methods

Method Description
GET_SNAPSHOTTYPE() Getter for SNAPSHOTTYPE, with configurable default
ASK_SNAPSHOTTYPE() Getter for SNAPSHOTTYPE w/ exceptions if field has no value
HAS_SNAPSHOTTYPE() Determine if SNAPSHOTTYPE has a value

TenantDatabaseCreateTime

The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC). If you copy the snapshot, the creation time changes.

Accessible with the following methods

Method Description
GET_TENANTDATABASECREATETIME() Getter for TENANTDATABASECREATETIME, with configurable defau
ASK_TENANTDATABASECREATETIME() Getter for TENANTDATABASECREATETIME w/ exceptions if field h
HAS_TENANTDATABASECREATETIME() Determine if TENANTDATABASECREATETIME has a value

TenantDBName

The name of the tenant database.

Accessible with the following methods

Method Description
GET_TENANTDBNAME() Getter for TENANTDBNAME, with configurable default
ASK_TENANTDBNAME() Getter for TENANTDBNAME w/ exceptions if field has no value
HAS_TENANTDBNAME() Determine if TENANTDBNAME has a value

MasterUsername

The master username of the tenant database.

Accessible with the following methods

Method Description
GET_MASTERUSERNAME() Getter for MASTERUSERNAME, with configurable default
ASK_MASTERUSERNAME() Getter for MASTERUSERNAME w/ exceptions if field has no valu
HAS_MASTERUSERNAME() Determine if MASTERUSERNAME has a value

TenantDatabaseResourceId

The resource ID of the tenant database.

Accessible with the following methods

Method Description
GET_TENANTDATABASERESOURCEID() Getter for TENANTDATABASERESOURCEID, with configurable defau
ASK_TENANTDATABASERESOURCEID() Getter for TENANTDATABASERESOURCEID w/ exceptions if field h
HAS_TENANTDATABASERESOURCEID() Determine if TENANTDATABASERESOURCEID has a value

CharacterSetName

The name of the character set of a tenant database.

Accessible with the following methods

Method Description
GET_CHARACTERSETNAME() Getter for CHARACTERSETNAME, with configurable default
ASK_CHARACTERSETNAME() Getter for CHARACTERSETNAME w/ exceptions if field has no va
HAS_CHARACTERSETNAME() Determine if CHARACTERSETNAME has a value

DBSnapshotTenantDatabaseARN

The Amazon Resource Name (ARN) for the snapshot tenant database.

Accessible with the following methods

Method Description
GET_DBSNAPTENANTDATABASEARN() Getter for DBSNAPSHOTTENANTDATABASEARN, with configurable de
ASK_DBSNAPTENANTDATABASEARN() Getter for DBSNAPSHOTTENANTDATABASEARN w/ exceptions if fiel
HAS_DBSNAPTENANTDATABASEARN() Determine if DBSNAPSHOTTENANTDATABASEARN has a value

NcharCharacterSetName

The NCHAR character set name of the tenant database.

Accessible with the following methods

Method Description
GET_NCHARCHARACTERSETNAME() Getter for NCHARCHARACTERSETNAME, with configurable default
ASK_NCHARCHARACTERSETNAME() Getter for NCHARCHARACTERSETNAME w/ exceptions if field has
HAS_NCHARCHARACTERSETNAME() Determine if NCHARCHARACTERSETNAME has a value

TagList

TagList

Accessible with the following methods

Method Description
GET_TAGLIST() Getter for TAGLIST, with configurable default
ASK_TAGLIST() Getter for TAGLIST w/ exceptions if field has no value
HAS_TAGLIST() Determine if TAGLIST 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_DBSNAPTENANTDATABASESLIST

TYPES TT_DBSNAPTENANTDATABASESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDBSNAPTENANTDATA01 WITH DEFAULT KEY
.