Connection constructor

Connection({
  1. String? connectionArn,
  2. String? connectionName,
  3. ConnectionStatus? connectionStatus,
  4. String? hostArn,
  5. String? ownerAccountId,
  6. ProviderType? providerType,
})

Implementation

Connection({
  this.connectionArn,
  this.connectionName,
  this.connectionStatus,
  this.hostArn,
  this.ownerAccountId,
  this.providerType,
});