Class: Aws::Appflow::Types::ConnectorProvisioningConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorProvisioningConfig
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Contains information about the configuration of the connector being registered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda ⇒ Types::LambdaConnectorProvisioningConfig
Contains information about the configuration of the lambda which is being registered as the connector.
Instance Attribute Details
#lambda ⇒ Types::LambdaConnectorProvisioningConfig
Contains information about the configuration of the lambda which is being registered as the connector.
1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1183 class ConnectorProvisioningConfig < Struct.new( :lambda) SENSITIVE = [] include Aws::Structure end |