Interface CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty

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

@Stability(Stable) public static interface CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty extends software.amazon.jsii.JsiiSerializable
The structure used to define the resource properties associated with the integration target.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
 TargetProcessingPropertiesProperty targetProcessingPropertiesProperty = TargetProcessingPropertiesProperty.builder()
         .connectionName("connectionName")
         .eventBusArn("eventBusArn")
         .kmsArn("kmsArn")
         .roleArn("roleArn")
         .build();
 

See Also: