DiscoveryData
Data for agent discovery.
Contents
- capabilityArns
-
List of capabilities to associate with agent.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 20 items.
Required: Yes
- privateIpAddresses
-
List of private IP addresses to associate with agent.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 20 items.
Length Constraints: Minimum length of 7. Maximum length of 16.
Pattern:
^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$
Required: Yes
- publicIpAddresses
-
List of public IP addresses to associate with agent.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 20 items.
Length Constraints: Minimum length of 7. Maximum length of 16.
Pattern:
^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: