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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StageArgs : ResourceArgs
Constructors
View SourceStageArgs()
Declaration
public StageArgs()
Properties
View SourceAccessLogSettings
Enables access logs for the API stage. Detailed below.
Declaration
public Input<StageAccessLogSettingsArgs> AccessLogSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StageAccessLogSettingsArgs> |
CacheClusterEnabled
Specifies whether a cache cluster is enabled for the stage
Declaration
public Input<bool> CacheClusterEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CacheClusterSize
The size of the cache cluster for the stage, if enabled.
Allowed values include 0.5, 1.6, 6.1, 13.5, 28.4, 58.2, 118 and 237.
Declaration
public Input<string> CacheClusterSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientCertificateId
The identifier of a client certificate for the stage.
Declaration
public Input<string> ClientCertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Deployment
The ID of the deployment that the stage points to
Declaration
public Input<string> Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the stage
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocumentationVersion
The version of the associated API documentation
Declaration
public Input<string> DocumentationVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestApi
The ID of the associated REST API
Declaration
public Input<string> RestApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StageName
The name of the stage
Declaration
public Input<string> StageName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Variables
A map that defines the stage variables
Declaration
public InputMap<object> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
XrayTracingEnabled
Whether active tracing with X-ray is enabled. Defaults to false.
Declaration
public Input<bool> XrayTracingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |