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