Values.DescribeIntegrationsMessageSourceDescribes one or more zero-ETL or S3 event integrations with Amazon Redshift.
type nonrec t = {integrationArn : IntegrationArn.t option;The unique identifier of the integration.
*)maxRecords : IntegerOptional.t option;The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.
*)marker : String_.t option;An optional pagination token provided by a previous DescribeIntegrations request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)filters : DescribeIntegrationsFilterList.t option;A filter that specifies one or more resources to return.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IntegerOptional.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list ])
list ]
list
| `String of IntegrationArn.t ])
list ]