Class ConfigurationTemplateState
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.ElasticBeanstalk
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConfigurationTemplateState : ResourceArgs
Constructors
View SourceConfigurationTemplateState()
Declaration
public ConfigurationTemplateState()
Properties
View SourceApplication
name of the application to associate with this configuration template
Declaration
public Input<string> Application { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Short description of the Template
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
A unique name for this Template.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<ConfigurationTemplateSettingGetArgs> Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationTemplateSettingGetArgs> |
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> |