Show / Hide Table of Contents

Class StageArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StageArgs
Inherited Members
ResourceArgs.Empty
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 Source

StageArgs()

Declaration
public StageArgs()

Properties

View Source

AccessLogSettings

Enables access logs for the API stage. Detailed below.

Declaration
public Input<StageAccessLogSettingsArgs> AccessLogSettings { get; set; }
Property Value
Type Description
Input<StageAccessLogSettingsArgs>
View Source

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>
View Source

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>
View Source

ClientCertificateId

The identifier of a client certificate for the stage.

Declaration
public Input<string> ClientCertificateId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Description

The description of the stage

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DocumentationVersion

The version of the associated API documentation

Declaration
public Input<string> DocumentationVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RestApi

The ID of the associated REST API

Declaration
public Input<string> RestApi { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StageName

The name of the stage

Declaration
public Input<string> StageName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Variables

A map that defines the stage variables

Declaration
public InputMap<object> Variables { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.