Get Connection Result
data class GetConnectionResult(val arn: 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.
Properties
Link copied to clipboard
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.