//go:build no_runtime_type_checking package awssagemaker // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnNotebookInstance) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnNotebookInstance) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnNotebookInstance_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnNotebookInstance_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnNotebookInstance_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnNotebookInstance) validateSetInstanceMetadataServiceConfigurationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnNotebookInstance) validateSetInstanceTypeParameters(val *string) error { return nil } func (j *jsiiProxy_CfnNotebookInstance) validateSetRoleArnParameters(val *string) error { return nil } func (j *jsiiProxy_CfnNotebookInstance) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func validateNewCfnNotebookInstanceParameters(scope constructs.Construct, id *string, props *CfnNotebookInstanceProps) error { return nil }