

# ConnectorRuntimeSetting
<a name="API_ConnectorRuntimeSetting"></a>

Contains information about the connector runtime settings that are required for flow execution.

## Contents
<a name="API_ConnectorRuntimeSetting_Contents"></a>

 ** connectorSuppliedValueOptions **   <a name="appflow-Type-ConnectorRuntimeSetting-connectorSuppliedValueOptions"></a>
Contains default values for the connector runtime setting that are supplied by the connector.  
Type: Array of strings  
Length Constraints: Maximum length of 256.  
Pattern: `\S+`   
Required: No

 ** dataType **   <a name="appflow-Type-ConnectorRuntimeSetting-dataType"></a>
Data type of the connector runtime setting.  
Type: String  
Length Constraints: Maximum length of 256.  
Pattern: `\S+`   
Required: No

 ** description **   <a name="appflow-Type-ConnectorRuntimeSetting-description"></a>
A description about the connector runtime setting.  
Type: String  
Length Constraints: Maximum length of 1024.  
Pattern: `[\s\w/!@#+=.-]*`   
Required: No

 ** isRequired **   <a name="appflow-Type-ConnectorRuntimeSetting-isRequired"></a>
Indicates whether this connector runtime setting is required.  
Type: Boolean  
Required: No

 ** key **   <a name="appflow-Type-ConnectorRuntimeSetting-key"></a>
Contains value information about the connector runtime setting.  
Type: String  
Length Constraints: Maximum length of 512.  
Pattern: `\S+`   
Required: No

 ** label **   <a name="appflow-Type-ConnectorRuntimeSetting-label"></a>
A label used for connector runtime setting.  
Type: String  
Length Constraints: Maximum length of 128.  
Pattern: `.*`   
Required: No

 ** scope **   <a name="appflow-Type-ConnectorRuntimeSetting-scope"></a>
Indicates the scope of the connector runtime setting.  
Type: String  
Length Constraints: Maximum length of 256.  
Pattern: `\S+`   
Required: No

## See Also
<a name="API_ConnectorRuntimeSetting_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/appflow-2020-08-23/ConnectorRuntimeSetting) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/appflow-2020-08-23/ConnectorRuntimeSetting) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/appflow-2020-08-23/ConnectorRuntimeSetting) 