UpdateConnectorRegistrationRequest
Types
Properties
Link copied to clipboard
The clientToken parameter is an idempotency token. It ensures that your UpdateConnectorRegistration request completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the same clientToken parameter value.
Link copied to clipboard
The name of the connector. The name is unique for each connector registration in your AWS account.
Link copied to clipboard
Contains information about the configuration of the connector being registered.
Link copied to clipboard
A description about the update that you're applying to the connector.
Functions
Link copied to clipboard
inline fun copy(block: UpdateConnectorRegistrationRequest.Builder.() -> Unit = {}): UpdateConnectorRegistrationRequest