Class InventoryDestinationBucket


  • public final class InventoryDestinationBucket
    extends java.lang.Object
    • Method Detail

      • accountId

        public java.util.Optional<java.lang.String> accountId()
        Returns:
        ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.
      • bucketArn

        public java.lang.String bucketArn()
        Returns:
        Amazon S3 bucket ARN of the destination.
      • encryption

        public java.util.Optional<InventoryDestinationBucketEncryption> encryption()
        Returns:
        Contains the type of server-side encryption to use to encrypt the inventory (documented below).
      • format

        public java.lang.String format()
        Returns:
        Specifies the output format of the inventory results. Can be `CSV`, [`ORC`](https://orc.apache.org/) or [`Parquet`](https://parquet.apache.org/).
      • prefix

        public java.util.Optional<java.lang.String> prefix()
        Returns:
        Prefix that is prepended to all inventory results.