Uses of Interface
software.amazon.awscdk.services.appintegrations.CfnDataIntegration.ScheduleConfigProperty
Packages that use CfnDataIntegration.ScheduleConfigProperty
Package
Description
AWS::AppIntegrations Construct Library
-
Uses of CfnDataIntegration.ScheduleConfigProperty in software.amazon.awscdk.services.appintegrations
Classes in software.amazon.awscdk.services.appintegrations that implement CfnDataIntegration.ScheduleConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDataIntegration.ScheduleConfigPropertyMethods in software.amazon.awscdk.services.appintegrations that return CfnDataIntegration.ScheduleConfigPropertyModifier and TypeMethodDescriptionCfnDataIntegration.ScheduleConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appintegrations with parameters of type CfnDataIntegration.ScheduleConfigPropertyModifier and TypeMethodDescriptionCfnDataIntegration.Builder.scheduleConfig(CfnDataIntegration.ScheduleConfigProperty scheduleConfig) The name of the data and how often it should be pulled from the source.CfnDataIntegrationProps.Builder.scheduleConfig(CfnDataIntegration.ScheduleConfigProperty scheduleConfig) Sets the value ofCfnDataIntegrationProps.getScheduleConfig()voidCfnDataIntegration.setScheduleConfig(CfnDataIntegration.ScheduleConfigProperty value) The name of the data and how often it should be pulled from the source.