class Aws::RDS::Types::StartActivityStreamRequest

@note When making an API call, you may pass StartActivityStreamRequest

data as a hash:

    {
      resource_arn: "String", # required
      mode: "sync", # required, accepts sync, async
      kms_key_id: "String", # required
      apply_immediately: false,
      engine_native_audit_fields_included: false,
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the DB cluster, for example,
`arn:aws:rds:us-east-1:12345667890:cluster:das-cluster`.
@return [String]

@!attribute [rw] mode

Specifies the mode of the database activity stream. Database events
such as a change or access generate an activity stream event. The
database session can handle these events either synchronously or
asynchronously.
@return [String]

@!attribute [rw] kms_key_id

The Amazon Web Services KMS key identifier 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
Amazon Web Services KMS customer master key (CMK).
@return [String]

@!attribute [rw] apply_immediately

Specifies whether or not the database activity stream is to start as
soon as possible, regardless of the maintenance window for the
database.
@return [Boolean]

@!attribute [rw] engine_native_audit_fields_included

Specifies whether the database activity stream includes
engine-native audit fields. This option only applies to an Oracle DB
instance. By default, no engine-native audit fields are included.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamRequest AWS API Documentation

Constants

SENSITIVE