Values.CreateConnectorV2RequestSourceGrants permission to create a connectorV2 based on input parameters.
type nonrec t = {name : NonEmptyString.t;The unique name of the connectorV2.
*)description : NonEmptyString.t option;The description of the connectorV2.
*)provider : ProviderConfiguration.t;The third-party provider’s service configuration.
*)kmsKeyArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.
*)clientToken : ClientToken.t option;A unique identifier used to ensure idempotency.
*)}val make :
?description:??? ->
?kmsKeyArn:??? ->
?tags:??? ->
?clientToken:??? ->
name:NonEmptyString.t ->
provider:ProviderConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]