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 |
Synopsis
Documentation
data InstanceAssociationOutputLocation Source #
An S3 bucket where you want to store the results of this request.
For the minimal permissions required to enable Amazon S3 output for an association, see Creating associations in the Systems Manager User Guide.
See: newInstanceAssociationOutputLocation
smart constructor.
InstanceAssociationOutputLocation' | |
|
Instances
newInstanceAssociationOutputLocation :: InstanceAssociationOutputLocation Source #
Create a value of InstanceAssociationOutputLocation
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:s3Location:InstanceAssociationOutputLocation'
, instanceAssociationOutputLocation_s3Location
- An S3 bucket where you want to store the results of this request.
instanceAssociationOutputLocation_s3Location :: Lens' InstanceAssociationOutputLocation (Maybe S3OutputLocation) Source #
An S3 bucket where you want to store the results of this request.