ConnectivityProperties
Contains the network and authentication settings for a connection, including connection credentials, physical network requirements, and compute-environment validation options.
Contents
- athenaProperties
-
The Athena properties for this configuration.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- authenticationConfiguration
-
The authentication settings for this configuration.
Type: AuthenticationConfigurationInput object
Required: No
- connectionProperties
-
The connection properties for this configuration.
Type: String to string map
Value Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- description
-
The description of the connectivity configuration.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFF\r\n\t]*Required: No
- name
-
The name of the connectivity configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 41.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFF\t]*Required: No
- physicalConnectionRequirements
-
The physical network requirements for the connection, such as the subnet, security group, and VPC settings needed to reach the data source.
Type: PhysicalConnectionRequirements object
Required: No
- pythonProperties
-
The Python properties for this configuration.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- sparkProperties
-
The Spark properties for this configuration.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- validateCredentials
-
Specifies whether to validate credentials for the connectivity configuration. Defaults to true if not specified.
Type: Boolean
Required: No
- validateForComputeEnvironments
-
The compute environments to use when validating connectivity. The service validates that the connection is reachable from each specified environment.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Valid Values:
SPARK | ATHENA | PYTHONRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: