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