Class: Aws::IoTManagedIntegrations::Types::CreateCloudConnectorRequest

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

#client_tokenString

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateCloudConnectorRequest < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the C2C connector.

Returns:

  • (String)


528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateCloudConnectorRequest < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::EndpointConfig

The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.



528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateCloudConnectorRequest < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_typeString

The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.

Returns:

  • (String)


528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateCloudConnectorRequest < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the C2C connector.

Returns:

  • (String)


528
529
530
531
532
533
534
535
536
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateCloudConnectorRequest < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end