DomainInfo
public struct DomainInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the domain.
Declaration
Swift
public let arn: String? -
The description of the domain provided through RegisterDomain.
Declaration
Swift
public let description: String? -
The name of the domain. This name is unique within the account.
Declaration
Swift
public let name: String -
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.
Declaration
Swift
public let status: RegistrationStatus -
Undocumented
Declaration
Swift
public init(arn: String? = nil, description: String? = nil, name: String, status: RegistrationStatus)
View on GitHub
DomainInfo Structure Reference