//go:build no_runtime_type_checking package awsecs // Building without runtime type checking enabled, so all the below just return nil func (j *jsiiProxy_JsonFileLogDriver) validateBindParameters(_scope constructs.Construct, _containerDefinition ContainerDefinition) error { return nil } func validateJsonFileLogDriver_AwsLogsParameters(props *AwsLogDriverProps) error { return nil } func validateNewJsonFileLogDriverParameters(props *JsonFileLogDriverProps) error { return nil }