Interface S3BucketInventoryDestinationBucketEncryption
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3BucketInventoryDestinationBucketEncryption.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.808Z") @Stability(Stable) public interface S3BucketInventoryDestinationBucketEncryption extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3BucketInventoryDestinationBucketEncryption.BuilderA builder forS3BucketInventoryDestinationBucketEncryptionstatic classS3BucketInventoryDestinationBucketEncryption.Jsii$ProxyAn implementation forS3BucketInventoryDestinationBucketEncryption
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static S3BucketInventoryDestinationBucketEncryption.Builderbuilder()default S3BucketInventoryDestinationBucketEncryptionSseKmsgetSseKms()sse_kms block.default S3BucketInventoryDestinationBucketEncryptionSseS3getSseS3()sse_s3 block.
-
-
-
Method Detail
-
getSseKms
@Stability(Stable) @Nullable default S3BucketInventoryDestinationBucketEncryptionSseKms getSseKms()
sse_kms block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#sse_kms S3BucketInventory#sse_kms}
-
getSseS3
@Stability(Stable) @Nullable default S3BucketInventoryDestinationBucketEncryptionSseS3 getSseS3()
sse_s3 block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#sse_s3 S3BucketInventory#sse_s3}
-
builder
@Stability(Stable) static S3BucketInventoryDestinationBucketEncryption.Builder builder()
-
-