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