Class: Aws::Appflow::Types::RegisterConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::RegisterConnectorRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_label ⇒ String
The name of the connector.
-
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
The provisioning type of the connector.
-
#connector_provisioning_type ⇒ String
The provisioning type of the connector.
-
#description ⇒ String
A description about the connector that's being registered.
Instance Attribute Details
#connector_label ⇒ String
The name of the connector. The name is unique for each
ConnectorRegistration
in your Amazon Web Services account.
3668 3669 3670 3671 3672 3673 3674 3675 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3668 class RegisterConnectorRequest < Struct.new( :connector_label, :description, :connector_provisioning_type, :connector_provisioning_config) SENSITIVE = [] include Aws::Structure end |
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
The provisioning type of the connector. Currently the only supported value is LAMBDA.
3668 3669 3670 3671 3672 3673 3674 3675 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3668 class RegisterConnectorRequest < Struct.new( :connector_label, :description, :connector_provisioning_type, :connector_provisioning_config) SENSITIVE = [] include Aws::Structure end |
#connector_provisioning_type ⇒ String
The provisioning type of the connector. Currently the only supported value is LAMBDA.
3668 3669 3670 3671 3672 3673 3674 3675 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3668 class RegisterConnectorRequest < Struct.new( :connector_label, :description, :connector_provisioning_type, :connector_provisioning_config) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description about the connector that's being registered.
3668 3669 3670 3671 3672 3673 3674 3675 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3668 class RegisterConnectorRequest < Struct.new( :connector_label, :description, :connector_provisioning_type, :connector_provisioning_config) SENSITIVE = [] include Aws::Structure end |