| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.S3CorsConfiguration
Description
Describes the cross-origin access configuration for objects in an AWS::S3::Bucket resource.
Documentation
data S3CorsConfiguration Source #
Full data type definition for S3CorsConfiguration. See
s3CorsConfiguration for a more convenient constructor.
Constructors
| S3CorsConfiguration | |
Arguments
| :: [S3CorsConfigurationRule] | |
| -> S3CorsConfiguration |
Constructor for S3CorsConfiguration containing required fields as
arguments.
sccCorsRules :: Lens' S3CorsConfiguration [S3CorsConfigurationRule] Source #
A set of origins and methods that you allow.