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