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