Class ApplicationVersionArgs
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 ApplicationVersionArgs : ResourceArgs
Constructors
View SourceApplicationVersionArgs()
Declaration
public ApplicationVersionArgs()
Properties
View SourceApplication
Name of the Beanstalk Application the version is associated with.
Declaration
public Input<string> Application { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Bucket
S3 bucket that contains the Application Version source bundle.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Short description of the Application Version.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceDelete
On delete, force an Application Version to be deleted when it may be in use by multiple Elastic Beanstalk Environments.
Declaration
public Input<bool> ForceDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Key
S3 object that is the Application Version source bundle.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name for the this Application Version.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of tags for the Elastic Beanstalk Application Version.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |