Show / Hide Table of Contents

Class ConfigurationTemplateArgs

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

Constructors

View Source

ConfigurationTemplateArgs()

Declaration
public ConfigurationTemplateArgs()

Properties

View Source

Application

name of the application to associate with this configuration template

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

Description

Short description of the Template

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

EnvironmentId

The ID of the environment used with this configuration template

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

Name

A unique name for this Template.

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

Settings

Option settings to configure the new Environment. These override specific values that are set as defaults. The format is detailed below in Option Settings

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

SolutionStackName

A solution stack to base your Template off of. Example stacks can be found in the Amazon API documentation

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