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