Module Values_1.CreateIntegrationResourcePropertyResponseSource

This API can be used for setting up the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target). These properties can include the role to access the connection or database. To set both source and target properties the same API needs to be invoked with the Glue connection ARN as ResourceArn with SourceProcessingProperties and the Glue database ARN as ResourceArn with TargetProcessingProperties respectively.

Sourcetype nonrec t = {
  1. resourceArn : String512.t option;
    (*

    The connection ARN of the source, or the database ARN of the target.

    *)
  2. resourcePropertyArn : String512.t option;
    (*

    The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*

    *)
  3. sourceProcessingProperties : SourceProcessingProperties.t option;
    (*

    The resource properties associated with the integration source.

    *)
  4. targetProcessingProperties : TargetProcessingProperties.t option;
    (*

    The resource properties associated with the integration target.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `InternalServerException of InternalServerException.t
  5. | `InternalServiceException of Values_0.InternalServiceException.t
  6. | `InvalidInputException of Values_0.InvalidInputException.t
  7. | `ResourceNotFoundException of ResourceNotFoundException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?resourceArn:??? -> ?resourcePropertyArn:??? -> ?sourceProcessingProperties:??? -> ?targetProcessingProperties:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String512.t | `Structure of (string * [> `String of String128.t ]) 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