@Stability(value=Stable)
public static interface CfnContainer.CorsRuleProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContainer.CorsRuleProperty.Builder
A builder for
CfnContainer.CorsRuleProperty |
static class |
CfnContainer.CorsRuleProperty.Jsii$Proxy
An implementation for
CfnContainer.CorsRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContainer.CorsRuleProperty.Builder |
builder() |
default List<String> |
getAllowedHeaders()
`CfnContainer.CorsRuleProperty.AllowedHeaders`.
|
default List<String> |
getAllowedMethods()
`CfnContainer.CorsRuleProperty.AllowedMethods`.
|
default List<String> |
getAllowedOrigins()
`CfnContainer.CorsRuleProperty.AllowedOrigins`.
|
default List<String> |
getExposeHeaders()
`CfnContainer.CorsRuleProperty.ExposeHeaders`.
|
default Number |
getMaxAgeSeconds()
`CfnContainer.CorsRuleProperty.MaxAgeSeconds`.
|
@Stability(value=Stable) @Nullable default List<String> getAllowedHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html#cfn-mediastore-container-corsrule-allowedheaders@Stability(value=Stable) @Nullable default List<String> getAllowedMethods()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html#cfn-mediastore-container-corsrule-allowedmethods@Stability(value=Stable) @Nullable default List<String> getAllowedOrigins()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html#cfn-mediastore-container-corsrule-allowedorigins@Stability(value=Stable) @Nullable default List<String> getExposeHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html#cfn-mediastore-container-corsrule-exposeheaders@Stability(value=Stable) @Nullable default Number getMaxAgeSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-corsrule.html#cfn-mediastore-container-corsrule-maxageseconds@Stability(value=Stable) static CfnContainer.CorsRuleProperty.Builder builder()
Copyright © 2020. All rights reserved.