| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CorsRule.Jsii$Proxy
An implementation for
CorsRule |
| Modifier and Type | Method and Description |
|---|---|
CorsRule |
CorsRule.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CorsRule> |
BucketProps.getCors()
The CORS configuration of this bucket.
|
List<CorsRule> |
BucketProps.Jsii$Proxy.getCors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addCorsRule(CorsRule rule)
Adds a cross-origin access configuration for objects in an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.cors(List<? extends CorsRule> cors)
The CORS configuration of this bucket.
|
BucketProps.Builder |
BucketProps.Builder.cors(List<? extends CorsRule> cors)
Sets the value of
BucketProps.getCors() |
Copyright © 2022. All rights reserved.