Module Values.RedshiftRunConfigurationOutputSource

The configuration details of the Amazon Redshift data source.

Sourcetype nonrec t = {
  1. accountId : RedshiftRunConfigurationOutputAccountIdString.t option;
    (*

    The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.

    *)
  2. region : RedshiftRunConfigurationOutputRegionString.t option;
    (*

    The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.

    *)
  3. dataAccessRole : RedshiftRunConfigurationOutputDataAccessRoleString.t option;
    (*

    The data access role included in the configuration details of the Amazon Redshift data source.

    *)
  4. relationalFilterConfigurations : RelationalFilterConfigurations.t option;
    (*

    The relational filger configurations included in the configuration details of the Amazon Redshift data source.

    *)
  5. redshiftCredentialConfiguration : RedshiftCredentialConfiguration.t option;
  6. redshiftStorage : RedshiftStorage.t option;
}
Sourceval make : ?accountId:??? -> ?region:??? -> ?dataAccessRole:??? -> ?relationalFilterConfigurations:??? -> ?redshiftCredentialConfiguration:??? -> ?redshiftStorage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FilterExpressionExpressionString.t ]) list ] list | `String of RelationalFilterConfigurationDatabaseNameString.t ]) list ] list | `String of RedshiftRunConfigurationOutputAccountIdString.t | `Structure of (string * [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t | `Structure of (string * [> `String of RedshiftClusterStorageClusterNameString.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t