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