Amazon.AmazonWebServices.ElasticBeanStalkApplicationEnvironmentAmazon Elastic Beanstalk Application Environment

Amazon.AmazonWebServices.ElasticBeanStalkApplicationEnvironment (ClassType)

This object represents a single Elastic Beanstalk Application Environment.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId41c932bc-ce4a-16aa-4a12-46968ad70a8d

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.ElasticBeanStalkApplicationEnvironment:
Guid  string      true 256  False 
EnvironmentName  string  Environment Name false 256  False 
EnvironmentID  string  Environment ID true 256  False 
ApplicationName  string  Application Name false 256  False 
VersionLabel  string  Version Label false 256  False 
SolutionStackName  string  Solution Stack Name false 256  False 
TemplateName  string  Template Name false 256  False 
Description  string  Description false 256  False 
EndpointURL  string  Endpoint URL false 256  False 
CNAME  string  CNAME 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.ElasticBeanStalkApplicationEnvironment" 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="EnvironmentName" Type="string" MinLength="0" Key="false"/>
<Property ID="EnvironmentID" Type="string" MinLength="0" Key="true"/>
<Property ID="ApplicationName" Type="string" MinLength="0" Key="false"/>
<Property ID="VersionLabel" Type="string" MinLength="0" Key="false"/>
<Property ID="SolutionStackName" Type="string" MinLength="0" Key="false"/>
<Property ID="TemplateName" Type="string" MinLength="0" Key="false"/>
<Property ID="Description" Type="string" MinLength="0" Key="false"/>
<Property ID="EndpointURL" Type="string" MinLength="0" Key="false"/>
<Property ID="CNAME" 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>