pub fn aws_config(
    options: &mut BTreeMap<String, SqlValueOrSecret>,
    region: Option<String>,
    credentials: AwsCredentials
) -> Result<AwsConfig, PlanError>
Expand description

Normalizes option values that contain AWS connection parameters.