@Stability(value=Stable)
public static interface CfnBucket.CorsRuleProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedmethods@Stability(value=Stable) @NotNull List<String> getAllowedOrigins()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedorigins@Stability(value=Stable) @Nullable default List<String> getAllowedHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedheaders@Stability(value=Stable) @Nullable default List<String> getExposedHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-exposedheaders@Stability(value=Stable) @Nullable default String getId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-id@Stability(value=Stable) @Nullable default Number getMaxAge()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-maxage@Stability(value=Stable) static CfnBucket.CorsRuleProperty.Builder builder()
CfnBucket.CorsRuleProperty.Builder of CfnBucket.CorsRulePropertyCopyright © 2020. All rights reserved.