Show / Hide Table of Contents

Class ApplicationVersionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationVersionArgs
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 ApplicationVersionArgs : ResourceArgs

Constructors

View Source

ApplicationVersionArgs()

Declaration
public ApplicationVersionArgs()

Properties

View Source

Application

Name of the Beanstalk Application the version is associated with.

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

Bucket

S3 bucket that contains the Application Version source bundle.

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

Description

Short description of the Application Version.

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

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

Key

S3 object that is the Application Version source bundle.

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

Name

A unique name for the this Application Version.

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

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