Amazon.AmazonWebServices.ElasticBeanStalkApplicationAmazon Elastic Beanstalk Application

Amazon.AmazonWebServices.ElasticBeanStalkApplication (ClassType)

This object represents a single Elastic Beanstalk Application.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfa7cebad-d02d-5901-fac9-f896e7eb2646

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Amazon.AmazonWebServices.Component:
RegionName  string  Region false 256  False 
Amazon.AmazonWebServices.ElasticBeanStalkApplication:
Guid  string      true 256  False 
ApplicationRegion  string  Application Region true 256  False 
ApplicationName  string  Application Name true 256  False 
Description  string  Application Description false 256  False 
DateCreated  string  Date Created false 256  False 
DateUpdated  string  Date Updated false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.ElasticBeanStalkApplication" Base="Amazon.AmazonWebServices.Component" Hosted="false" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="Guid" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="ApplicationRegion" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="ApplicationName" Type="string" MinLength="0" Key="true"/>
<Property ID="Description" Type="string" MinLength="0" Key="false"/>
<Property ID="DateCreated" Type="string" MinLength="0" Key="false"/>
<Property ID="DateUpdated" Type="string" MinLength="0" Key="false"/>
</ClassType>