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