UpdateAuditStreamConfigurationRequest

public struct UpdateAuditStreamConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Amazon Kinesis data stream that receives the audit events.

    Declaration

    Swift

    public let auditStreamArn: String?
  • The ARN of the fleet.

    Declaration

    Swift

    public let fleetArn: String
  • Undocumented

    Declaration

    Swift

    public init(auditStreamArn: String? = nil, fleetArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws