Interface S3BucketInventoryDestinationBucketEncryptionSseKms
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3BucketInventoryDestinationBucketEncryptionSseKms.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.809Z") @Stability(Stable) public interface S3BucketInventoryDestinationBucketEncryptionSseKms extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3BucketInventoryDestinationBucketEncryptionSseKms.BuilderA builder forS3BucketInventoryDestinationBucketEncryptionSseKmsstatic classS3BucketInventoryDestinationBucketEncryptionSseKms.Jsii$ProxyAn implementation forS3BucketInventoryDestinationBucketEncryptionSseKms
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static S3BucketInventoryDestinationBucketEncryptionSseKms.Builderbuilder()StringgetKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#key_id S3BucketInventory#key_id}.
-
-
-
Method Detail
-
getKeyId
@Stability(Stable) @NotNull String getKeyId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#key_id S3BucketInventory#key_id}.
-
builder
@Stability(Stable) static S3BucketInventoryDestinationBucketEncryptionSseKms.Builder builder()
-
-