StopActivityStreamRequest
public struct StopActivityStreamRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
Declaration
Swift
public let applyImmediately: Bool?
-
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.
Declaration
Swift
public let resourceArn: String
-
Undocumented
Declaration
Swift
public init(applyImmediately: Bool? = nil, resourceArn: String)