Class ApiCorsConfigurationGetArgs
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.ApiGatewayV2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApiCorsConfigurationGetArgs : ResourceArgs
Constructors
View SourceApiCorsConfigurationGetArgs()
Declaration
public ApiCorsConfigurationGetArgs()
Properties
View SourceAllowCredentials
Whether credentials are included in the CORS request.
Declaration
public Input<bool> AllowCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AllowHeaders
The set of allowed HTTP headers.
Declaration
public InputList<string> AllowHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowMethods
The set of allowed HTTP methods.
Declaration
public InputList<string> AllowMethods { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowOrigins
The set of allowed origins.
Declaration
public InputList<string> AllowOrigins { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ExposeHeaders
The set of exposed HTTP headers.
Declaration
public InputList<string> ExposeHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MaxAge
The number of seconds that the browser should cache preflight request results.
Declaration
public Input<int> MaxAge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |