//go:build no_runtime_type_checking package awsiot // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnAuthorizer) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnAuthorizer) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnAuthorizer_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnAuthorizer_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnAuthorizer_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnAuthorizer) validateSetAuthorizerFunctionArnParameters(val *string) error { return nil } func (j *jsiiProxy_CfnAuthorizer) validateSetEnableCachingForHttpParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnAuthorizer) validateSetSigningDisabledParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnAuthorizer) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnAuthorizer) validateSetTokenSigningPublicKeysParameters(val interface{}) error { return nil } func validateNewCfnAuthorizerParameters(scope constructs.Construct, id *string, props *CfnAuthorizerProps) error { return nil }