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