//go:build no_runtime_type_checking package awsshield // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnProtectionGroup) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnProtectionGroup) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnProtectionGroup_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnProtectionGroup_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnProtectionGroup_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnProtectionGroup) validateSetAggregationParameters(val *string) error { return nil } func (j *jsiiProxy_CfnProtectionGroup) validateSetPatternParameters(val *string) error { return nil } func (j *jsiiProxy_CfnProtectionGroup) validateSetProtectionGroupIdParameters(val *string) error { return nil } func (j *jsiiProxy_CfnProtectionGroup) validateSetTagsParameters(val *[]*awscdk.CfnTag) error { return nil } func validateNewCfnProtectionGroupParameters(scope constructs.Construct, id *string, props *CfnProtectionGroupProps) error { return nil }