ExternalEventsDetail

public struct ExternalEventsDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the role that provides Amazon Fraud Detector access to the data location.

    Declaration

    Swift

    public let dataAccessRoleArn: String
  • The Amazon S3 bucket location for the data.

    Declaration

    Swift

    public let dataLocation: String
  • Undocumented

    Declaration

    Swift

    public init(dataAccessRoleArn: String, dataLocation: String)
  • Declaration

    Swift

    public func validate(name: String) throws