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