//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (o *jsiiProxy_OnScheduleFlow) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateOnDeactivatedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateOnEventParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateOnRunCompletedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (o *jsiiProxy_OnScheduleFlow) validateOnRunStartedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func validateOnScheduleFlow_IsConstructParameters(x interface{}) error { return nil } func validateOnScheduleFlow_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateOnScheduleFlow_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewOnScheduleFlowParameters(scope constructs.Construct, id *string, props *OnScheduleFlowProps) error { return nil }