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
- data S3Location = S3Location' {
- cannedACL :: Maybe CannedACL
- prefix :: Maybe Text
- bucketName :: Maybe Text
- accessControlList :: Maybe [Grant]
- userMetadata :: Maybe (HashMap Text Text)
- encryption :: Maybe Encryption
- storageClass :: Maybe StorageClass
- tagging :: Maybe (HashMap Text Text)
- newS3Location :: S3Location
- s3Location_cannedACL :: Lens' S3Location (Maybe CannedACL)
- s3Location_prefix :: Lens' S3Location (Maybe Text)
- s3Location_bucketName :: Lens' S3Location (Maybe Text)
- s3Location_accessControlList :: Lens' S3Location (Maybe [Grant])
- s3Location_userMetadata :: Lens' S3Location (Maybe (HashMap Text Text))
- s3Location_encryption :: Lens' S3Location (Maybe Encryption)
- s3Location_storageClass :: Lens' S3Location (Maybe StorageClass)
- s3Location_tagging :: Lens' S3Location (Maybe (HashMap Text Text))
Documentation
data S3Location Source #
Contains information about the location in Amazon S3 where the select job results are stored.
See: newS3Location
smart constructor.
S3Location' | |
|
Instances
newS3Location :: S3Location Source #
Create a value of S3Location
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:cannedACL:S3Location'
, s3Location_cannedACL
- The canned access control list (ACL) to apply to the job results.
$sel:prefix:S3Location'
, s3Location_prefix
- The prefix that is prepended to the results for this request.
$sel:bucketName:S3Location'
, s3Location_bucketName
- The name of the Amazon S3 bucket where the job results are stored.
$sel:accessControlList:S3Location'
, s3Location_accessControlList
- A list of grants that control access to the staged results.
$sel:userMetadata:S3Location'
, s3Location_userMetadata
- A map of metadata to store with the job results in Amazon S3.
$sel:encryption:S3Location'
, s3Location_encryption
- Contains information about the encryption used to store the job results
in Amazon S3.
$sel:storageClass:S3Location'
, s3Location_storageClass
- The storage class used to store the job results.
$sel:tagging:S3Location'
, s3Location_tagging
- The tag-set that is applied to the job results.
s3Location_cannedACL :: Lens' S3Location (Maybe CannedACL) Source #
The canned access control list (ACL) to apply to the job results.
s3Location_prefix :: Lens' S3Location (Maybe Text) Source #
The prefix that is prepended to the results for this request.
s3Location_bucketName :: Lens' S3Location (Maybe Text) Source #
The name of the Amazon S3 bucket where the job results are stored.
s3Location_accessControlList :: Lens' S3Location (Maybe [Grant]) Source #
A list of grants that control access to the staged results.
s3Location_userMetadata :: Lens' S3Location (Maybe (HashMap Text Text)) Source #
A map of metadata to store with the job results in Amazon S3.
s3Location_encryption :: Lens' S3Location (Maybe Encryption) Source #
Contains information about the encryption used to store the job results in Amazon S3.
s3Location_storageClass :: Lens' S3Location (Maybe StorageClass) Source #
The storage class used to store the job results.
s3Location_tagging :: Lens' S3Location (Maybe (HashMap Text Text)) Source #
The tag-set that is applied to the job results.