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