Show / Hide Table of Contents

Class ApplicationState

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationState
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.OpsWorks
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApplicationState : ResourceArgs

Constructors

View Source

ApplicationState()

Declaration
public ApplicationState()

Properties

View Source

AppSources

SCM configuration of the app as described below.

Declaration
public InputList<ApplicationAppSourceGetArgs> AppSources { get; set; }
Property Value
Type Description
InputList<ApplicationAppSourceGetArgs>
View Source

AutoBundleOnDeploy

Run bundle install when deploying for application of type rails.

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

AwsFlowRubySettings

Specify activity and workflow workers for your app using the aws-flow gem.

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

DataSourceArn

The data source's ARN.

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

DataSourceDatabaseName

The database name.

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

DataSourceType

The data source's type one of AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, or RdsDbInstance.

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

Description

A description of the app.

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

DocumentRoot

Subfolder for the document root for application of type rails.

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

Domains

A list of virtual host alias.

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

EnableSsl

Whether to enable SSL for the app. This must be set in order to let ssl_configuration.private_key, ssl_configuration.certificate and ssl_configuration.chain take effect.

Declaration
public Input<bool> EnableSsl { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Environments

Object to define environment variables. Object is described below.

Declaration
public InputList<ApplicationEnvironmentGetArgs> Environments { get; set; }
Property Value
Type Description
InputList<ApplicationEnvironmentGetArgs>
View Source

Name

A human-readable name for the application.

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

RailsEnv

The name of the Rails environment for application of type rails.

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

ShortName

A short, machine-readable name for the application. This can only be defined on resource creation and ignored on resource update.

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

SslConfigurations

The SSL configuration of the app. Object is described below.

Declaration
public InputList<ApplicationSslConfigurationGetArgs> SslConfigurations { get; set; }
Property Value
Type Description
InputList<ApplicationSslConfigurationGetArgs>
View Source

StackId

The id of the stack the application will belong to.

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

Type

Opsworks application type. One of aws-flow-ruby, java, rails, php, nodejs, static or other.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.