| 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.S3OutputUrl
Description
Synopsis
- data S3OutputUrl = S3OutputUrl' {}
- newS3OutputUrl :: S3OutputUrl
- s3OutputUrl_outputUrl :: Lens' S3OutputUrl (Maybe Text)
Documentation
data S3OutputUrl Source #
A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.
See: newS3OutputUrl smart constructor.
Constructors
| S3OutputUrl' | |
Instances
newS3OutputUrl :: S3OutputUrl Source #
Create a value of S3OutputUrl 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:outputUrl:S3OutputUrl', s3OutputUrl_outputUrl - A URL for an S3 bucket where you want to store the results of this
request.
s3OutputUrl_outputUrl :: Lens' S3OutputUrl (Maybe Text) Source #
A URL for an S3 bucket where you want to store the results of this request.