//go:build no_runtime_type_checking

package awsopsworks

// Building without runtime type checking enabled, so all the below just return nil

func (c *jsiiProxy_CfnUserProfile) validateAddDeletionOverrideParameters(path *string) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddDependsOnParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddMetadataParameters(key *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddOverrideParameters(path *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateGetAttParameters(attributeName *string) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateGetMetadataParameters(key *string) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateInspectParameters(inspector awscdk.TreeInspector) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateOverrideLogicalIdParameters(newLogicalId *string) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateRemoveDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateRenderPropertiesParameters(props *map[string]interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnUserProfile) validateValidatePropertiesParameters(_properties interface{}) error {
	return nil
}

func validateCfnUserProfile_IsCfnElementParameters(x interface{}) error {
	return nil
}

func validateCfnUserProfile_IsCfnResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateCfnUserProfile_IsConstructParameters(x interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnUserProfile) validateSetAllowSelfManagementParameters(val interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnUserProfile) validateSetIamUserArnParameters(val *string) error {
	return nil
}

func validateNewCfnUserProfileParameters(scope constructs.Construct, id *string, props *CfnUserProfileProps) error {
	return nil
}