| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.OutputSource
Description
Documentation
data OutputSource Source #
Information about the source where the association execution details are stored.
See: newOutputSource smart constructor.
Constructors
| OutputSource' | |
Fields
| |
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.