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