| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleRule.Jsii$Proxy
An implementation for
LifecycleRule |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule |
LifecycleRule.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<LifecycleRule> |
BucketProps.getLifecycleRules()
Rules that define how Amazon S3 manages objects during their lifetime.
|
List<LifecycleRule> |
BucketProps.Jsii$Proxy.getLifecycleRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addLifecycleRule(LifecycleRule rule)
Add a lifecycle rule to the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Rules that define how Amazon S3 manages objects during their lifetime.
|
BucketProps.Builder |
BucketProps.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules)
Sets the value of
BucketProps.getLifecycleRules() |
Copyright © 2022. All rights reserved.