Class: Aws::EventBridge::Types::UpdateConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersTypes::UpdateConnectionAuthRequestParameters

The authorization parameters to use for the connection.



5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_typeString

The type of authorization to use for the connection.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the connection.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_connectivity_parametersTypes::ConnectivityResourceParameters

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 .

[1]: docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html



5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

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*.

[1]: docs.aws.amazon.com/kms/latest/developerguide/viewing-keys.html

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the connection to update.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
# File 'lib/aws-sdk-eventbridge/types.rb', line 5701

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters,
  :invocation_connectivity_parameters,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end