Skip to content

/AWS1/CL_RDSSTOPACTIVITYSTRM01

StopActivityStreamResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_kmskeyid TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

iv_kinesisstreamname TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the Amazon Kinesis data stream used for the database activity stream.

iv_status TYPE /AWS1/RDSACTIVITYSTREAMSTATUS /AWS1/RDSACTIVITYSTREAMSTATUS

The status of the database activity stream.


Queryable Attributes

KmsKeyId

The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

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

KinesisStreamName

The name of the Amazon Kinesis data stream used for the database activity stream.

Accessible with the following methods

Method Description
GET_KINESISSTREAMNAME() Getter for KINESISSTREAMNAME, with configurable default
ASK_KINESISSTREAMNAME() Getter for KINESISSTREAMNAME w/ exceptions if field has no v
HAS_KINESISSTREAMNAME() Determine if KINESISSTREAMNAME has a value

Status

The status of the database activity stream.

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