//go:build no_runtime_type_checking package awsathena // 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) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnWorkGroup) validateSetRecursiveDeleteOptionParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnWorkGroup) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnWorkGroup) validateSetWorkGroupConfigurationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnWorkGroup) validateSetWorkGroupConfigurationUpdatesParameters(val interface{}) error { return nil } func validateNewCfnWorkGroupParameters(scope constructs.Construct, id *string, props *CfnWorkGroupProps) error { return nil }