DataSourceCredentials

public struct DataSourceCredentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let copySourceArn: String?
  • Credential pair. For more information, see CredentialPair.

    Declaration

    Swift

    public let credentialPair: CredentialPair?
  • Undocumented

    Declaration

    Swift

    public init(copySourceArn: String? = nil, credentialPair: CredentialPair? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws