| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketMetrics.Jsii$Proxy
An implementation for
BucketMetrics |
| Modifier and Type | Method and Description |
|---|---|
BucketMetrics |
BucketMetrics.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BucketMetrics> |
BucketProps.getMetrics()
(experimental) The metrics configuration of this bucket.
|
List<BucketMetrics> |
BucketProps.Jsii$Proxy.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addMetric(BucketMetrics metric)
(experimental) Adds a metrics configuration for the CloudWatch request metrics from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
BucketProps.Builder |
BucketProps.Builder.metrics(List<? extends BucketMetrics> metrics)
Sets the value of
BucketProps.getMetrics() |
Bucket.Builder |
Bucket.Builder.metrics(List<? extends BucketMetrics> metrics)
(experimental) The metrics configuration of this 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.