@Stability(value=Stable)
public static interface CfnBucket.CorsRuleProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.CorsRuleProperty.Builder
A builder for
CfnBucket.CorsRuleProperty |
static class |
CfnBucket.CorsRuleProperty.Jsii$Proxy
An implementation for
CfnBucket.CorsRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.CorsRuleProperty.Builder |
builder() |
default List<String> |
getAllowedHeaders()
`CfnBucket.CorsRuleProperty.AllowedHeaders`.
|
List<String> |
getAllowedMethods()
`CfnBucket.CorsRuleProperty.AllowedMethods`.
|
List<String> |
getAllowedOrigins()
`CfnBucket.CorsRuleProperty.AllowedOrigins`.
|
default List<String> |
getExposedHeaders()
`CfnBucket.CorsRuleProperty.ExposedHeaders`.
|
default String |
getId()
`CfnBucket.CorsRuleProperty.Id`.
|
default Number |
getMaxAge()
`CfnBucket.CorsRuleProperty.MaxAge`.
|
@Stability(value=Stable) @NotNull List<String> getAllowedMethods()
@Stability(value=Stable) @NotNull List<String> getAllowedOrigins()
@Stability(value=Stable) @Nullable default List<String> getAllowedHeaders()
@Stability(value=Stable) @Nullable default List<String> getExposedHeaders()
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) @Nullable default Number getMaxAge()
@Stability(value=Stable) static CfnBucket.CorsRuleProperty.Builder builder()
CfnBucket.CorsRuleProperty.Builder of CfnBucket.CorsRulePropertyCopyright © 2021. All rights reserved.