//go:build no_runtime_type_checking package awsdatabrew // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnRecipe) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnRecipe) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRecipe) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnRecipe) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnRecipe) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnRecipe) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnRecipe) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnRecipe) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRecipe) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnRecipe) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRecipe) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnRecipe_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnRecipe_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnRecipe_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnRecipe) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnRecipe) validateSetStepsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnRecipe) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func validateNewCfnRecipeParameters(scope constructs.Construct, id *string, props *CfnRecipeProps) error { return nil }