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