GlobalResolversItem
Summary information about a global resolver.
Contents
- arn
-
The Amazon Resource Name (ARN) of the global resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:[-.a-z0-9]{1,63}:[-.a-z0-9]{1,63}:[-.a-z0-9]{0,63}:[-.a-z0-9]{0,63}:[^/].{0,1023}Required: Yes
- clientToken
-
The unique string that identifies the request and ensures idempotency.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- createdAt
-
The date and time when the global resolver was created.
Type: Timestamp
Required: Yes
- dnsName
-
The DNS name of the global resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- id
-
The unique identifier of the global resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: Yes
- ipv4Addresses
-
The IPv4 addresses assigned to the global resolver.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 15.
Pattern:
((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}Required: Yes
- name
-
The name of the global resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
(?!^[0-9]+$)([a-zA-Z0-9-_/' ']+)Required: Yes
- regions
-
The AWS Regions where the global resolver is deployed.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 32.
Required: Yes
- status
-
The current status of the global resolver.
Type: String
Valid Values:
CREATING | OPERATIONAL | UPDATING | DELETINGRequired: Yes
- updatedAt
-
The date and time when the global resolver was last updated.
Type: Timestamp
Required: Yes
- description
-
A description of the global resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- observabilityRegion
-
The AWS Region where observability data is collected for the global resolver.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: