DataSourceCredentials class

Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Constructors

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

Properties

copySourceArn String?
The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.
final
credentialPair CredentialPair?
Credential pair. For more information, see CredentialPair.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited