Values.DataProviderDescriptorSourceInformation about a data provider.
type nonrec t = {secretsManagerSecretId : String_.t option;The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
*)secretsManagerAccessRoleArn : String_.t option;The ARN of the role used to access Amazon Web Services Secrets Manager.
*)dataProviderName : String_.t option;The user-friendly name of the data provider.
*)dataProviderArn : String_.t option;The Amazon Resource Name (ARN) of the data provider.
*)}