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