class Aws::RDS::Types::StopActivityStreamRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      apply_immediately: false,
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] apply_immediately

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

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

Constants

SENSITIVE