Get Connection Result
data class GetConnectionResult(val arn: String, val athenaProperties: Map<String, String>, val catalogId: String, val connectionProperties: Map<String, String>, val connectionType: String, val description: String, val id: String, val matchCriterias: List<String>, val name: String, val physicalConnectionRequirements: List<GetConnectionPhysicalConnectionRequirement>, val tags: Map<String, String>)
A collection of values returned by getConnection.
Constructors
Link copied to clipboard
constructor(arn: String, athenaProperties: Map<String, String>, catalogId: String, connectionProperties: Map<String, String>, connectionType: String, description: String, id: String, matchCriterias: List<String>, name: String, physicalConnectionRequirements: List<GetConnectionPhysicalConnectionRequirement>, tags: Map<String, String>)
Properties
Link copied to clipboard
A map of connection properties specific to the Athena compute environment.
Link copied to clipboard
A map of connection properties.
Link copied to clipboard
Type of Glue Connection.
Link copied to clipboard
Description of the connection.
Link copied to clipboard
A list of criteria that can be used in selecting this connection.
Link copied to clipboard
A map of physical connection requirements, such as VPC and SecurityGroup.