Class StageArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StageArgs : ResourceArgs
Constructors
View SourceStageArgs()
Declaration
public StageArgs()
Properties
View SourceAccessLogSettings
Settings for logging access in this stage.
Use the aws.apigateway.Account resource to configure permissions for CloudWatch Logging.
Declaration
public Input<StageAccessLogSettingsArgs> AccessLogSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StageAccessLogSettingsArgs> |
ApiId
The API identifier.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AutoDeploy
Whether updates to an API automatically trigger a new deployment. Defaults to false.
Declaration
public Input<bool> AutoDeploy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ClientCertificateId
The identifier of a client certificate for the stage. Use the aws.apigateway.ClientCertificate resource to configure a client certificate.
Supported only for WebSocket APIs.
Declaration
public Input<string> ClientCertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultRouteSettings
The default route settings for the stage.
Declaration
public Input<StageDefaultRouteSettingsArgs> DefaultRouteSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StageDefaultRouteSettingsArgs> |
DeploymentId
The deployment identifier of the stage. Use the aws.apigatewayv2.Deployment resource to configure a deployment.
Declaration
public Input<string> DeploymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description for the stage.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the stage.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteSettings
Route settings for the stage.
Declaration
public InputList<StageRouteSettingArgs> RouteSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<StageRouteSettingArgs> |
StageVariables
A map that defines the stage variables for the stage.
Declaration
public InputMap<string> StageVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Tags
A map of tags to assign to the stage.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |