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