StartActivityStreamRequest

public struct StartActivityStreamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.

    Declaration

    Swift

    public let applyImmediately: Bool?
  • The AWS KMS key identifier for encrypting messages in the database activity stream. The key identifier can be either a key ID, a key ARN, or a key alias.

    Declaration

    Swift

    public let kmsKeyId: String
  • 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.

    Declaration

    Swift

    public let mode: ActivityStreamMode
  • The Amazon Resource Name (ARN) of the DB cluster, for example arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(applyImmediately: Bool? = nil, kmsKeyId: String, mode: ActivityStreamMode, resourceArn: String)