Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only, whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy, and then lock your activity stream. Restarting the activity stream isn't required. For more information, see Modifying a database activity stream in the Amazon RDS User Guide.
See https://www.paws-r-sdk.com/docs/rds_modify_activity_stream/ for full documentation.
rds_modify_activity_stream(ResourceArn = NULL, AuditPolicyState = NULL)
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL
Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db
.
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.