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