Class StartActivityStreamResponse

    • Method Detail

      • kmsKeyId

        public final String kmsKeyId()

        The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

        Returns:
        The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
      • kinesisStreamName

        public final String kinesisStreamName()

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

        Returns:
        The name of the Amazon Kinesis data stream to be used for the database activity stream.
      • applyImmediately

        public final Boolean applyImmediately()

        Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

        Returns:
        Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
      • engineNativeAuditFieldsIncluded

        public final Boolean engineNativeAuditFieldsIncluded()

        Indicates whether engine-native audit fields are included in the database activity stream.

        Returns:
        Indicates whether engine-native audit fields are included in the database activity stream.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object