| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3outposts |
AWS::S3Outposts Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBucket.Builder |
CfnBucket.Builder.bucketName(String bucketName)
A name for the S3 on Outposts bucket.
|
static CfnBucket.Builder |
CfnBucket.Builder.create(software.constructs.Construct scope,
String id) |
CfnBucket.Builder |
CfnBucket.Builder.lifecycleConfiguration(CfnBucket.LifecycleConfigurationProperty lifecycleConfiguration)
Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.
|
CfnBucket.Builder |
CfnBucket.Builder.lifecycleConfiguration(IResolvable lifecycleConfiguration)
Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.
|
CfnBucket.Builder |
CfnBucket.Builder.outpostId(String outpostId)
The ID of the Outpost of the specified bucket.
|
CfnBucket.Builder |
CfnBucket.Builder.tags(List<? extends CfnTag> tags)
Sets the tags for an S3 on Outposts bucket.
|
Copyright © 2022. All rights reserved.