Show / Hide Table of Contents

Class BucketCorsRule

Inheritance
System.Object
BucketCorsRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketCorsRule

Fields

View Source

AllowedHeaders

Specifies which headers are allowed.

Declaration
public readonly ImmutableArray<string> AllowedHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AllowedMethods

Specifies which methods are allowed. Can be GET, PUT, POST, DELETE or HEAD.

Declaration
public readonly ImmutableArray<string> AllowedMethods
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AllowedOrigins

Specifies which origins are allowed.

Declaration
public readonly ImmutableArray<string> AllowedOrigins
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ExposeHeaders

Specifies expose header in the response.

Declaration
public readonly ImmutableArray<string> ExposeHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MaxAgeSeconds

Specifies time in seconds that browser can cache the response for a preflight request.

Declaration
public readonly int? MaxAgeSeconds
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.