Interface CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty

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

@Stability(Stable) public static interface CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty extends software.amazon.jsii.JsiiSerializable
The resource properties associated with the integration source.

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.glue.*;
 SourceProcessingPropertiesProperty sourceProcessingPropertiesProperty = SourceProcessingPropertiesProperty.builder()
         .roleArn("roleArn")
         .build();
 

See Also: