AWS SDK for .NET Documentation
DomainInfo Class
AmazonAmazon.SimpleWorkflow.ModelDomainInfo Did this page help you?   Yes   No    Tell us about it...

Contains general information about a domain.

Declaration Syntax
C#
public class DomainInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DomainInfo()()()()
Initializes a new instance of the DomainInfo class

Description
The description of the domain provided through RegisterDomain.

Constraints:

Length
0 - 1024


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
The name of the domain. This name is unique within the account.

Constraints:

Length
1 - 256


Status
The status of the domain:
  • REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
  • DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.

Constraints:

Allowed Values
REGISTERED, DEPRECATED


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDescription(String) Obsolete.
Sets the Description property

WithName(String) Obsolete.
Sets the Name property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
DomainInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)