Class ClusterActivityStreamArgs


  • public final class ClusterActivityStreamArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • engineNativeAuditFieldsIncluded

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> engineNativeAuditFieldsIncluded()
        Returns:
        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. Defaults `false`.
      • kmsKeyId

        public com.pulumi.core.Output<java.lang.String> kmsKeyId()
        Returns:
        The AWS KMS key identifier for encrypting messages in the database activity stream. The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
      • mode

        public com.pulumi.core.Output<java.lang.String> mode()
        Returns:
        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. One of: `sync`, `async`.
      • resourceArn

        public com.pulumi.core.Output<java.lang.String> resourceArn()
        Returns:
        The Amazon Resource Name (ARN) of the DB cluster.