| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Inventory.Jsii$Proxy
An implementation for
Inventory |
| Modifier and Type | Method and Description |
|---|---|
Inventory |
Inventory.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<Inventory> |
BucketProps.getInventories()
(experimental) The inventory configuration of the bucket.
|
List<Inventory> |
BucketProps.Jsii$Proxy.getInventories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addInventory(Inventory inventory)
(experimental) Add an inventory configuration.
|
| Modifier and Type | Method and Description |
|---|---|
BucketProps.Builder |
BucketProps.Builder.inventories(List<? extends Inventory> inventories)
Sets the value of
BucketProps.getInventories() |
Bucket.Builder |
Bucket.Builder.inventories(List<? extends Inventory> inventories)
(experimental) The inventory configuration of the bucket.
|
| Constructor and Description |
|---|
Jsii$Proxy(BucketAccessControl accessControl,
Boolean autoDeleteObjects,
BlockPublicAccess blockPublicAccess,
Boolean bucketKeyEnabled,
String bucketName,
List<? extends CorsRule> cors,
BucketEncryption encryption,
IKey encryptionKey,
Boolean enforceSsl,
List<? extends Inventory> inventories,
List<? extends LifecycleRule> lifecycleRules,
List<? extends BucketMetrics> metrics,
ObjectOwnership objectOwnership,
Boolean publicReadAccess,
RemovalPolicy removalPolicy,
IBucket serverAccessLogsBucket,
String serverAccessLogsPrefix,
Boolean versioned,
String websiteErrorDocument,
String websiteIndexDocument,
RedirectTarget websiteRedirect,
List<? extends RoutingRule> websiteRoutingRules)
Constructor that initializes the object based on literal property values passed by the
BucketProps.Builder. |
Copyright © 2021. All rights reserved.