//go:build no_runtime_type_checking

package awsec2

// Building without runtime type checking enabled, so all the below just return nil

func (c *jsiiProxy_CfnFlowLog) validateAddDeletionOverrideParameters(path *string) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddDependsOnParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddMetadataParameters(key *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddOverrideParameters(path *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateGetAttParameters(attributeName *string) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateGetMetadataParameters(key *string) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateInspectParameters(inspector awscdk.TreeInspector) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateOverrideLogicalIdParameters(newLogicalId *string) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateRemoveDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateRenderPropertiesParameters(props *map[string]interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnFlowLog) validateValidatePropertiesParameters(_properties interface{}) error {
	return nil
}

func validateCfnFlowLog_IsCfnElementParameters(x interface{}) error {
	return nil
}

func validateCfnFlowLog_IsCfnResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateCfnFlowLog_IsConstructParameters(x interface{}) error {
	return nil
}

func (j *jsiiProxy_CfnFlowLog) validateSetResourceIdParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnFlowLog) validateSetResourceTypeParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnFlowLog) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error {
	return nil
}

func validateNewCfnFlowLogParameters(scope constructs.Construct, id *string, props *CfnFlowLogProps) error {
	return nil
}