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