Skip to content

/AWS1/CL_TSIDELTDBBACKUPOUTPUT

DeleteDbBackupOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/TSIDBBACKUPID /AWS1/TSIDBBACKUPID

Service-generated unique identifier of the deleted backup.

iv_arn TYPE /AWS1/TSIARN /AWS1/TSIARN

The Amazon Resource Name (ARN) of the deleted backup.

Optional arguments:

iv_name TYPE /AWS1/TSIDBBACKUPNAME /AWS1/TSIDBBACKUPNAME

The customer-provided name of the deleted backup.

iv_status TYPE /AWS1/TSIDBBACKUPSTATUS /AWS1/TSIDBBACKUPSTATUS

The current status of the backup.

iv_createdat TYPE /AWS1/TSITIMESTAMP /AWS1/TSITIMESTAMP

The time when the backup was created.

iv_expiresafter TYPE /AWS1/TSIDATE /AWS1/TSIDATE

The date after which the backup was set to be automatically deleted.

iv_dbresourceid TYPE /AWS1/TSIDBRESOURCEID /AWS1/TSIDBRESOURCEID

The identifier of the DB resource that the backup was created from.

iv_type TYPE /AWS1/TSIDBBACKUPTYPE /AWS1/TSIDBBACKUPTYPE

The type of backup.

iv_enginetype TYPE /AWS1/TSIENGINETYPE /AWS1/TSIENGINETYPE

The engine type of the resource that the backup was created from.

iv_deploymenttype TYPE /AWS1/TSIRESOURCEDEPLOYTYPE /AWS1/TSIRESOURCEDEPLOYTYPE

The deployment type of the resource that the backup was created from.

iv_kmskeyid TYPE /AWS1/TSIKMSKEYID /AWS1/TSIKMSKEYID

The Amazon Web Services KMS key ARN used for encryption of the resource at the time of backup.

io_clusterconfiguration TYPE REF TO /AWS1/CL_TSICLUSTERCONF /AWS1/CL_TSICLUSTERCONF

The cluster configuration of the resource at the time of backup.

iv_dbparametergroupid00 TYPE /AWS1/TSIDBPARAMETERGROUPID00 /AWS1/TSIDBPARAMETERGROUPID00

The identifier of the DB parameter group associated with the backup.

iv_dbinstancetype TYPE /AWS1/TSIDBINSTANCETYPE /AWS1/TSIDBINSTANCETYPE

The DB instance type of the resource at the time of backup.

io_logdeliveryconfiguration TYPE REF TO /AWS1/CL_TSILOGDELIVERYCONF /AWS1/CL_TSILOGDELIVERYCONF

The log delivery configuration of the resource at the time of backup.

iv_failovermode TYPE /AWS1/TSIFAILOVERMODE /AWS1/TSIFAILOVERMODE

The failover mode of the resource at the time of backup.

iv_dbstoragetype TYPE /AWS1/TSIDBSTORAGETYPE /AWS1/TSIDBSTORAGETYPE

The storage type of the resource at the time of backup.

iv_allocatedstorage TYPE /AWS1/TSIALLOCATEDSTORAGE /AWS1/TSIALLOCATEDSTORAGE

The allocated storage of the resource at the time of backup, in GiB.

it_vpcsubnetids TYPE /AWS1/CL_TSIVPCSUBNETIDLIST_W=>TT_VPCSUBNETIDLIST TT_VPCSUBNETIDLIST

The VPC subnet IDs associated with the resource at the time of backup.

it_vpcsecuritygroupids TYPE /AWS1/CL_TSIVPCSECGRPIDLIST_W=>TT_VPCSECURITYGROUPIDLIST TT_VPCSECURITYGROUPIDLIST

The VPC security group IDs associated with the resource at the time of backup.

iv_publiclyaccessible TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN

Indicates whether the resource was publicly accessible at the time of backup.

iv_port TYPE /AWS1/TSIINTEGER /AWS1/TSIINTEGER

The port number of the resource at the time of backup.

iv_networktype TYPE /AWS1/TSINETWORKTYPE /AWS1/TSINETWORKTYPE

The network type of the resource at the time of backup.

iv_influxauthparamssecretarn TYPE /AWS1/TSISTRING /AWS1/TSISTRING

The ARN of the Secrets Manager secret containing the InfluxDB auth parameters.

io_maintenanceschedule TYPE REF TO /AWS1/CL_TSIMAINTSCHEDULE /AWS1/CL_TSIMAINTSCHEDULE

The maintenance schedule of the resource at the time of backup.


Queryable Attributes

id

Service-generated unique identifier of the deleted backup.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The customer-provided name of the deleted backup.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

arn

The Amazon Resource Name (ARN) of the deleted backup.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The current status of the backup.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

The time when the backup was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

expiresAfter

The date after which the backup was set to be automatically deleted.

Accessible with the following methods

Method Description
GET_EXPIRESAFTER() Getter for EXPIRESAFTER, with configurable default
ASK_EXPIRESAFTER() Getter for EXPIRESAFTER w/ exceptions if field has no value
HAS_EXPIRESAFTER() Determine if EXPIRESAFTER has a value

dbResourceId

The identifier of the DB resource that the backup was created from.

Accessible with the following methods

Method Description
GET_DBRESOURCEID() Getter for DBRESOURCEID, with configurable default
ASK_DBRESOURCEID() Getter for DBRESOURCEID w/ exceptions if field has no value
HAS_DBRESOURCEID() Determine if DBRESOURCEID has a value

type

The type of backup.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

engineType

The engine type of the resource that the backup was created from.

Accessible with the following methods

Method Description
GET_ENGINETYPE() Getter for ENGINETYPE, with configurable default
ASK_ENGINETYPE() Getter for ENGINETYPE w/ exceptions if field has no value
HAS_ENGINETYPE() Determine if ENGINETYPE has a value

deploymentType

The deployment type of the resource that the backup was created from.

Accessible with the following methods

Method Description
GET_DEPLOYMENTTYPE() Getter for DEPLOYMENTTYPE, with configurable default
ASK_DEPLOYMENTTYPE() Getter for DEPLOYMENTTYPE w/ exceptions if field has no valu
HAS_DEPLOYMENTTYPE() Determine if DEPLOYMENTTYPE has a value

kmsKeyId

The Amazon Web Services KMS key ARN used for encryption of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

clusterConfiguration

The cluster configuration of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_CLUSTERCONFIGURATION() Getter for CLUSTERCONFIGURATION

dbParameterGroupId

The identifier of the DB parameter group associated with the backup.

Accessible with the following methods

Method Description
GET_DBPARAMETERGROUPID00() Getter for DBPARAMETERGROUPID, with configurable default
ASK_DBPARAMETERGROUPID00() Getter for DBPARAMETERGROUPID w/ exceptions if field has no
HAS_DBPARAMETERGROUPID00() Determine if DBPARAMETERGROUPID has a value

dbInstanceType

The DB instance type of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_DBINSTANCETYPE() Getter for DBINSTANCETYPE, with configurable default
ASK_DBINSTANCETYPE() Getter for DBINSTANCETYPE w/ exceptions if field has no valu
HAS_DBINSTANCETYPE() Determine if DBINSTANCETYPE has a value

logDeliveryConfiguration

The log delivery configuration of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_LOGDELIVERYCONFIGURATION() Getter for LOGDELIVERYCONFIGURATION

failoverMode

The failover mode of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_FAILOVERMODE() Getter for FAILOVERMODE, with configurable default
ASK_FAILOVERMODE() Getter for FAILOVERMODE w/ exceptions if field has no value
HAS_FAILOVERMODE() Determine if FAILOVERMODE has a value

dbStorageType

The storage type of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_DBSTORAGETYPE() Getter for DBSTORAGETYPE, with configurable default
ASK_DBSTORAGETYPE() Getter for DBSTORAGETYPE w/ exceptions if field has no value
HAS_DBSTORAGETYPE() Determine if DBSTORAGETYPE has a value

allocatedStorage

The allocated storage of the resource at the time of backup, in GiB.

Accessible with the following methods

Method Description
GET_ALLOCATEDSTORAGE() Getter for ALLOCATEDSTORAGE, with configurable default
ASK_ALLOCATEDSTORAGE() Getter for ALLOCATEDSTORAGE w/ exceptions if field has no va
HAS_ALLOCATEDSTORAGE() Determine if ALLOCATEDSTORAGE has a value

vpcSubnetIds

The VPC subnet IDs associated with the resource at the time of backup.

Accessible with the following methods

Method Description
GET_VPCSUBNETIDS() Getter for VPCSUBNETIDS, with configurable default
ASK_VPCSUBNETIDS() Getter for VPCSUBNETIDS w/ exceptions if field has no value
HAS_VPCSUBNETIDS() Determine if VPCSUBNETIDS has a value

vpcSecurityGroupIds

The VPC security group IDs associated with the resource at the time of backup.

Accessible with the following methods

Method Description
GET_VPCSECURITYGROUPIDS() Getter for VPCSECURITYGROUPIDS, with configurable default
ASK_VPCSECURITYGROUPIDS() Getter for VPCSECURITYGROUPIDS w/ exceptions if field has no
HAS_VPCSECURITYGROUPIDS() Determine if VPCSECURITYGROUPIDS has a value

publiclyAccessible

Indicates whether the resource was publicly accessible at the time of backup.

Accessible with the following methods

Method Description
GET_PUBLICLYACCESSIBLE() Getter for PUBLICLYACCESSIBLE, with configurable default
ASK_PUBLICLYACCESSIBLE() Getter for PUBLICLYACCESSIBLE w/ exceptions if field has no
HAS_PUBLICLYACCESSIBLE() Determine if PUBLICLYACCESSIBLE has a value

port

The port number of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

networkType

The network type of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_NETWORKTYPE() Getter for NETWORKTYPE, with configurable default
ASK_NETWORKTYPE() Getter for NETWORKTYPE w/ exceptions if field has no value
HAS_NETWORKTYPE() Determine if NETWORKTYPE has a value

influxAuthParametersSecretArn

The ARN of the Secrets Manager secret containing the InfluxDB auth parameters.

Accessible with the following methods

Method Description
GET_INFLUXAUTHPARMSSECRETARN() Getter for INFLUXAUTHPARAMSSECRETARN, with configurable defa
ASK_INFLUXAUTHPARMSSECRETARN() Getter for INFLUXAUTHPARAMSSECRETARN w/ exceptions if field
HAS_INFLUXAUTHPARMSSECRETARN() Determine if INFLUXAUTHPARAMSSECRETARN has a value

maintenanceSchedule

The maintenance schedule of the resource at the time of backup.

Accessible with the following methods

Method Description
GET_MAINTENANCESCHEDULE() Getter for MAINTENANCESCHEDULE