Package com.pulumi.aws.s3.outputs
Class InventoryDestinationBucket
- java.lang.Object
-
- com.pulumi.aws.s3.outputs.InventoryDestinationBucket
-
public final class InventoryDestinationBucket extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InventoryDestinationBucket.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
accountId()
java.lang.String
bucketArn()
static InventoryDestinationBucket.Builder
builder()
static InventoryDestinationBucket.Builder
builder(InventoryDestinationBucket defaults)
java.util.Optional<InventoryDestinationBucketEncryption>
encryption()
java.lang.String
format()
java.util.Optional<java.lang.String>
prefix()
-
-
-
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.
-
builder
public static InventoryDestinationBucket.Builder builder()
-
builder
public static InventoryDestinationBucket.Builder builder(InventoryDestinationBucket defaults)
-
-