Interface S3BucketInventoryDestinationBucket
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3BucketInventoryDestinationBucket.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.808Z") @Stability(Stable) public interface S3BucketInventoryDestinationBucket extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3BucketInventoryDestinationBucket.BuilderA builder forS3BucketInventoryDestinationBucketstatic classS3BucketInventoryDestinationBucket.Jsii$ProxyAn implementation forS3BucketInventoryDestinationBucket
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static S3BucketInventoryDestinationBucket.Builderbuilder()default StringgetAccountId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#account_id S3BucketInventory#account_id}.StringgetBucketArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket_arn S3BucketInventory#bucket_arn}.default S3BucketInventoryDestinationBucketEncryptiongetEncryption()encryption block.StringgetFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#format S3BucketInventory#format}.default StringgetPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#prefix S3BucketInventory#prefix}.
-
-
-
Method Detail
-
getBucketArn
@Stability(Stable) @NotNull String getBucketArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket_arn S3BucketInventory#bucket_arn}.
-
getFormat
@Stability(Stable) @NotNull String getFormat()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#format S3BucketInventory#format}.
-
getAccountId
@Stability(Stable) @Nullable default String getAccountId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#account_id S3BucketInventory#account_id}.
-
getEncryption
@Stability(Stable) @Nullable default S3BucketInventoryDestinationBucketEncryption getEncryption()
encryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#encryption S3BucketInventory#encryption}
-
getPrefix
@Stability(Stable) @Nullable default String getPrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#prefix S3BucketInventory#prefix}.
-
builder
@Stability(Stable) static S3BucketInventoryDestinationBucket.Builder builder()
-
-