@aws-sdk/client-eventbridge

UpdateConnectionCommandInput Interface

Members

Name
Type
Details
Name Requiredstring | undefined

The name of the connection to update.

AuthParameters UpdateConnectionAuthRequestParameters | undefined

The authorization parameters to use for the connection.

AuthorizationType ConnectionAuthorizationType | undefined

The type of authorization to use for the connection.

Description string | undefined

A description for the connection.

InvocationConnectivityParameters ConnectivityResourceParameters | undefined

For connections to private APIs, the parameters to use for invoking the API.

For more information, see Connecting to private APIs  in the Amazon EventBridge User Guide .

KmsKeyIdentifier string | undefined

The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.

If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt the connection.

For more information, see Identify and view keys  in the Key Management Service Developer Guide.

Full Signature

export interface UpdateConnectionCommandInput extends UpdateConnectionRequest