Class: Aws::IoTManagedIntegrations::Types::UpdateConnectorDestinationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_configTypes::AuthConfigUpdate

The updated authentication configuration details for the connector destination.



4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The new authentication type to use for the connector destination.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description to assign to the connector destination.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the connector destination to update.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new display name to assign to the connector destination.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_managerTypes::SecretsManager

The updated AWS Secrets Manager configuration for the connector destination.



4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4863

class UpdateConnectorDestinationRequest < Struct.new(
  :identifier,
  :description,
  :name,
  :auth_type,
  :auth_config,
  :secrets_manager)
  SENSITIVE = []
  include Aws::Structure
end