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 OutputSource Source #
Information about the source where the association execution details are stored.
See: newOutputSource
smart constructor.
OutputSource' | |
|
Instances
newOutputSource :: OutputSource Source #
Create a value of OutputSource
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:outputSourceId:OutputSource'
, outputSource_outputSourceId
- The ID of the output source, for example the URL of an S3 bucket.
$sel:outputSourceType:OutputSource'
, outputSource_outputSourceType
- The type of source where the association execution details are stored,
for example, Amazon S3.
outputSource_outputSourceId :: Lens' OutputSource (Maybe Text) Source #
The ID of the output source, for example the URL of an S3 bucket.
outputSource_outputSourceType :: Lens' OutputSource (Maybe Text) Source #
The type of source where the association execution details are stored, for example, Amazon S3.