Job / Attribute / output_location

output_location#

Glacier.Job.output_location#
  • (dict) –

    Contains the location where the data from the select job is stored.

    • S3 (dict) –

      Describes an S3 location that will receive the results of the job request.

      • BucketName (string) –

        The name of the Amazon S3 bucket where the job results are stored.

      • Prefix (string) –

        The prefix that is prepended to the results for this request.

      • Encryption (dict) –

        Contains information about the encryption used to store the job results in Amazon S3.

        • EncryptionType (string) –

          The server-side encryption algorithm used when storing job results in Amazon S3, for example AES256 or aws:kms.

        • KMSKeyId (string) –

          The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.

        • KMSContext (string) –

          Optional. If the encryption type is aws:kms, you can use this value to specify the encryption context for the job results.

      • CannedACL (string) –

        The canned access control list (ACL) to apply to the job results.

      • AccessControlList (list) –

        A list of grants that control access to the staged results.

        • (dict) –

          Contains information about a grant.

          • Grantee (dict) –

            The grantee.

            • Type (string) –

              Type of grantee

            • DisplayName (string) –

              Screen name of the grantee.

            • URI (string) –

              URI of the grantee group.

            • ID (string) –

              The canonical user ID of the grantee.

            • EmailAddress (string) –

              Email address of the grantee.

          • Permission (string) –

            Specifies the permission given to the grantee.

      • Tagging (dict) –

        The tag-set that is applied to the job results.

        • (string) –

          • (string) –

      • UserMetadata (dict) –

        A map of metadata to store with the job results in Amazon S3.

        • (string) –

          • (string) –

      • StorageClass (string) –

        The storage class used to store the job results.