RuleSummary
Summary information about the listener rule.
Contents
- arn
-
The Amazon Resource Name (ARN) of the rule.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}/rule/rule-[0-9a-z]{17}$
Required: No
- createdAt
-
The date and time that the listener rule was created, specified in ISO-8601 format.
Type: Timestamp
Required: No
- id
-
The ID of the rule.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 22.
Pattern:
^rule-[0-9a-z]{17}$
Required: No
- isDefault
-
Indicates whether this is the default listener rule.
Type: Boolean
Required: No
- lastUpdatedAt
-
The date and time that the listener rule was last updated, specified in ISO-8601 format.
Type: Timestamp
Required: No
- name
-
The name of the rule.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
^(?!rule-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$
Required: No
- priority
-
The priority of the rule.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: