Class: Aws::IoTManagedIntegrations::Types::CreateCloudConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateCloudConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
An idempotency token.
-
#description ⇒ String
A description of the C2C connector.
-
#endpoint_config ⇒ Types::EndpointConfig
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
-
#endpoint_type ⇒ String
The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
-
#name ⇒ String
The display name of the C2C connector.
Instance Attribute Details
#client_token ⇒ String
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.
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 |
#description ⇒ String
A description of the C2C connector.
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_config ⇒ Types::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_type ⇒ String
The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
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 |
#name ⇒ String
The display name of the C2C connector.
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 |