Domain
Detailed information about a domain.
Contents
- createdAt
-
The timestamp when the domain was created.
Type: Timestamp
Required: Yes
- domainArn
-
The Amazon Resource Name (ARN) of the domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: Yes
- domainEndpointUrl
-
The HTTPS endpoint URL for accessing the domain.
Type: String
Required: Yes
- domainId
-
The unique ID of the domain.
Type: String
Pattern:
d-[0-9a-z]{1,25}Required: Yes
- identityProviders
-
The identity providers configured for the domain.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 2 items.
Valid Values:
IAM | IDCRequired: Yes
- region
-
The Region where this domain was created.
Type: String
Required: Yes
- status
-
Current status of the domain.
Type: String
Valid Values:
ACTIVERequired: Yes
- updatedAt
-
The timestamp when the domain was last updated.
Type: Timestamp
Required: Yes
- customEndpointUrls
-
Additional endpoint URLs derived from the domain name.
Type: Array of strings
Required: No
- identityCenterApplicationArn
-
The ARN of the Identity Center application. Absent for IAM-only domains.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: No
- identityProviderConfiguration
-
Identity provider configuration for the domain.
Type: IdentityProviderConfiguration object
Required: No
- name
-
A name that identifies the domain.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
[a-z0-9]+(-[a-z0-9]+)*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: