Uses of Class
software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.Builder
Packages that use CfnIntegrationResourceProperty.Builder
-
Uses of CfnIntegrationResourceProperty.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnIntegrationResourceProperty.BuilderModifier and TypeMethodDescriptionCfnIntegrationResourceProperty.Builder.resourceArn(String resourceArn) The connection ARN of the source, or the database ARN of the target.CfnIntegrationResourceProperty.Builder.sourceProcessingProperties(IResolvable sourceProcessingProperties) The resource properties associated with the integration source.CfnIntegrationResourceProperty.Builder.sourceProcessingProperties(CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty sourceProcessingProperties) The resource properties associated with the integration source.An array of key-value pairs to apply to this resource.CfnIntegrationResourceProperty.Builder.targetProcessingProperties(IResolvable targetProcessingProperties) The resource properties associated with the integration target.CfnIntegrationResourceProperty.Builder.targetProcessingProperties(CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty targetProcessingProperties) The resource properties associated with the integration target.