Connection constructor
Connection({
- String? connectionArn,
- String? connectionName,
- ConnectionStatus? connectionStatus,
- String? hostArn,
- String? ownerAccountId,
- ProviderType? providerType,
Implementation
Connection({
this.connectionArn,
this.connectionName,
this.connectionStatus,
this.hostArn,
this.ownerAccountId,
this.providerType,
});