Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ExternalEventsDetail Source #
Details for the external events data used for model version training.
See: newExternalEventsDetail
smart constructor.
ExternalEventsDetail' | |
|
Instances
newExternalEventsDetail Source #
:: Text | |
-> Text | |
-> ExternalEventsDetail |
Create a value of ExternalEventsDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataLocation:ExternalEventsDetail'
, externalEventsDetail_dataLocation
- The Amazon S3 bucket location for the data.
$sel:dataAccessRoleArn:ExternalEventsDetail'
, externalEventsDetail_dataAccessRoleArn
- The ARN of the role that provides Amazon Fraud Detector access to the
data location.
externalEventsDetail_dataLocation :: Lens' ExternalEventsDetail Text Source #
The Amazon S3 bucket location for the data.
externalEventsDetail_dataAccessRoleArn :: Lens' ExternalEventsDetail Text Source #
The ARN of the role that provides Amazon Fraud Detector access to the data location.