DataSourceCredentials constructor

DataSourceCredentials({
  1. String? copySourceArn,
  2. CredentialPair? credentialPair,
})

Implementation

DataSourceCredentials({
  this.copySourceArn,
  this.credentialPair,
});