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