Interface CfnIntegration.ConnectorOperatorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIntegration.ConnectorOperatorProperty.Jsii$Proxy
Enclosing class:
CfnIntegration

@Stability(Stable) public static interface CfnIntegration.ConnectorOperatorProperty extends software.amazon.jsii.JsiiSerializable
The operation to be performed on the provided source fields.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.customerprofiles.*;
 ConnectorOperatorProperty connectorOperatorProperty = ConnectorOperatorProperty.builder()
         .marketo("marketo")
         .s3("s3")
         .salesforce("salesforce")
         .serviceNow("serviceNow")
         .zendesk("zendesk")
         .build();
 

See Also: