StartActivityStreamResponse
public struct StartActivityStreamResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
Declaration
Swift
public let applyImmediately: Bool? -
The name of the Amazon Kinesis data stream to be used for the database activity stream.
Declaration
Swift
public let kinesisStreamName: String? -
The AWS KMS key identifier for encryption of messages in the database activity stream.
Declaration
Swift
public let kmsKeyId: String? -
The mode of the database activity stream.
Declaration
Swift
public let mode: ActivityStreamMode? -
The status of the database activity stream.
Declaration
Swift
public let status: ActivityStreamStatus? -
Undocumented
Declaration
Swift
public init(applyImmediately: Bool? = nil, kinesisStreamName: String? = nil, kmsKeyId: String? = nil, mode: ActivityStreamMode? = nil, status: ActivityStreamStatus? = nil)
View on GitHub
StartActivityStreamResponse Structure Reference