ComputeEnvironmentConfiguration
An object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the DescribeConnectionType
API.
Contents
- ComputeEnvironment
-
The type of compute environment.
Type: String
Valid Values:
SPARK | ATHENA | PYTHON
Required: Yes
- ConnectionOptionNameOverrides
-
The connection option name overrides for the compute environment.
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 128.
Required: Yes
- ConnectionOptions
-
The parameters used as connection options for the compute environment.
Type: String to Property object map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- ConnectionPropertiesRequiredOverrides
-
The connection properties that are required as overrides for the compute environment.
Type: Array of strings
Required: Yes
- ConnectionPropertyNameOverrides
-
The connection property name overrides for the compute environment.
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 128.
Required: Yes
- Description
-
A description of the compute environment.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: Yes
- Name
-
A name for the compute environment configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- SupportedAuthenticationTypes
-
The supported authentication types for the compute environment.
Type: Array of strings
Valid Values:
BASIC | OAUTH2 | CUSTOM | IAM
Required: Yes
- PhysicalConnectionPropertiesRequired
-
Indicates whether
PhysicalConnectionProperties
are required for the compute environment.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: