ComputeEnvironmentConfiguration
An object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the DescribeConnectionType
API.
Types
Properties
Link copied to clipboard
The type of compute environment.
Link copied to clipboard
The connection option name overrides for the compute environment.
Link copied to clipboard
The parameters used as connection options for the compute environment.
Link copied to clipboard
The connection properties that are required as overrides for the compute environment.
Link copied to clipboard
The connection property name overrides for the compute environment.
Link copied to clipboard
A description of the compute environment.
Link copied to clipboard
Indicates whether PhysicalConnectionProperties
are required for the compute environment.
Link copied to clipboard
The supported authentication types for the compute environment.
Functions
Link copied to clipboard
inline fun copy(block: ComputeEnvironmentConfiguration.Builder.() -> Unit = {}): ComputeEnvironmentConfiguration