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