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