Amazon.AmazonWebServices.CloudFormationStackHealthAmazon CloudFormation Stack Health

Amazon.AmazonWebServices.CloudFormationStackHealth (ClassType)

Represents an Amazon CloudFormation Stack Health.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e955637-20f8-465b-eecf-da762c8f4608

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.CloudFormationStackHealth:
StackId  string  Stack Id true 256  False 
StackName  string  Stack Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.CloudFormationStackHealth" Base="Amazon.AmazonWebServices.Component" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="StackId" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="StackName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
</ClassType>