Updates a connection definition in the Data Catalog.
glue_update_connection(CatalogId, Name, ConnectionInput)
The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.
[required] The name of the connection definition to update.
[required] A ConnectionInput
object that redefines the connection in question.
svc$update_connection( CatalogId = "string", Name = "string", ConnectionInput = list( Name = "string", Description = "string", ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA", MatchCriteria = list( "string" ), ConnectionProperties = list( "string" ), PhysicalConnectionRequirements = list( SubnetId = "string", SecurityGroupIdList = list( "string" ), AvailabilityZone = "string" ) ) )